POST
/
prospects
/
{chatId}
/
pause
curl --request POST \
  --url https://api.kakiyo.com/v1/prospects/{chatId}/pause \
  --header 'Authorization: Bearer <token>'
{
  "message": "Conversation paused successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chatId
string
required

ID of the chat/conversation

Response

200
application/json

Conversation paused successfully

The response is of type object.