Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"event_type": "close_conversation",
"contact": {
"name": "Alfred Hitchcock",
"phone_number": "+13309106533"
}
}
Request Code Samples
curl --location --request POST 'api/v1/events' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"event_type": "close_conversation",
"contact": {
"name": "Alfred Hitchcock",
"phone_number": "+13309106533"
}
}'
Responses
application/json Modified at 2025-06-10 04:44:32