cURL
curl --request POST \ --url https://api.kakiyo.com/v1/prospects/{chatId}/resume \ --header 'Authorization: Bearer <token>'
{ "message": "Conversation resumed successfully" }
Resumes a paused conversation with a prospect
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the chat/conversation
Conversation resumed successfully
"Conversation resumed successfully"