cURL
curl --request POST \ --url https://api.kakiyo.com/v1/prospects/{chatId}/pause \ --header 'Authorization: Bearer <token>'
{ "message": "Conversation paused successfully" }
Pauses a 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 paused successfully
"Conversation paused successfully"