Skip to main content
POST
/
v1
/
contacts
/
{identifier}
/
custom-fields
/
{customFieldId}
Set contact custom field value
curl --request POST \
  --url https://app.chatbotx.io/api/v1/contacts/{identifier}/custom-fields/{customFieldId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<string>"
}
'
"<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
customFieldId
string
required
Pattern: \d+

Body

application/json
value
string
required

Response

200 - application/json

OK

The response is of type any.