Contacts
Update Contact
Update an existing contact by UUID.
Required Fields:
- first_name: Contact’s first name
- phone: Contact’s phone number in international format
PUT
Authorizations
Bearer token authentication. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Path Parameters
UUID of the contact to update
Example:
"fd3f92b5-340c-4259-a189-896a38b885d7"
Body
application/json
Response
200
application/json
Contact updated successfully
The response is of type object
.