Contacts
Create or update a contact
Create or update a contact for a specific agent. This endpoint allows you to identify users and associate them with chat sessions, enabling personalized experiences and contact tracking.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Contact creation or identification details.
The body is of type object
.
Response
200
application/json
Contact created or updated successfully.
The response is of type object
.