custom fields
Set a custom field value
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
contactIdstring
slugstring
valueunknown
Field value (type depends on field definition)
Response Body
application/json
application/json
curl -X PUT "https://zernio.com/api/v1/contacts/string/fields/string" \ -H "Content-Type: application/json" \ -d '{ "value": null }'Empty
{
"error": "Unauthorized"
}{
"error": "Not found"
}