POST
/
conversations
curl --request POST \
  --url https://api.wapikit.com/api/conversations \
  --header 'Content-Type: application/json' \
  --data '{
  "contactId": "<string>"
}'
{
  "uniqueId": "<string>"
}

Body

application/json

new conversation info

The body is of type object.

Response

200
application/json

conversation object

The response is of type object.