Authorizations
API key with format "Bearer {your-api-key}"
Path Parameters
Contact's email address
Body
application/json
Contact properties to merge (key-value pairs, set to null to delete)
Example:
{
"first_name": "John",
"plan": "enterprise"
}Response
Contact successfully updated
The response is of type any.