cURL
curl --request POST \ --url https://api.kakiyo.com/v1/prospects/{chatId}/qualify \ --header 'Authorization: Bearer <token>'
{ "message": "Prospect marked as qualified successfully" }
Marks a prospect as qualified
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the chat/conversation
Prospect qualified successfully
"Prospect marked as qualified successfully"