cURL
curl --request POST \ --url https://api.wapikit.com/api/conversations \ --header 'Content-Type: application/json' \ --data '{ "contactId": "<string>" }'
{ "uniqueId": "<string>" }
handles creation of new conversations
new conversation info
conversation object
Was this page helpful?