Messages REST API for the Flutter app

I am not able to see how hivepress messages plugin is setting messages into a conversation from database, I am not able to create API for that. Send sms is also not working through API. No conversation ID or parent comment etc is holding the conversation.

Please help me.

Hi,

Unfortunately there’s no 100% REST API coverage yet. There’s an endpoint for sending messages and for deleting them, but there are no GET endpoints for fetching messages. At the same time, you can always use WP REST API as a fallback - messages are implemented as a hidden “hp_message” comment type, so it’s possible to use the Comments endpoint.

Hope this helps