Contacts
Update Contact
Update an existing contact’s information.
Request
URL
Path Parameters
The ID of the chatbot the contact belongs to
The ID of the contact to update
Headers
application/json
Bearer <YOUR_API_KEY>
Body Parameters
Object containing the contact information to update
Response
Success Response
- Status: 200 OK
- Content-Type: application/json
Success message
Error Responses
400 Bad Request
- Invalid request body or custom attributes
401 Unauthorized
- Invalid or missing API key
404 Not Found
- Chatbot or contact not found
409 Conflict
- Email already exists for another contact
429 Too Many Requests
- Rate limit exceeded