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
The body is of type object.
object
conversation object
The response is of type object.
Was this page helpful?