Skip to main content
PUT
/
v1
/
contacts
/
{identifier}
Update contact fields
curl --request PUT \
  --url https://app.chatbotx.io/api/v1/contacts/{identifier} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

identifier
string
required
Minimum string length: 1

Response

204 - application/json

OK

The response is of type any.