Skip to main content
POST
/
api
/
contacts
/
{id}
/
execute-custom-fields
Execute contact custom fields
curl --request POST \
  --url https://your-instance.example.com/api/contacts/{id}/execute-custom-fields \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Custom fields executed

The response is of type object.