Customers

Update a customer

post/customers/{id}

Path parameters

idstring required

The ID of the customer

Request body

email_addressstring nullable

The email address of the customer

phone_numberstring nullable

The phone number of the customer

metadataobject nullable

The metadata of the customer

full_namestring nullable

The full name of the customer

Response

The updated Customer object

idstring required

The ID of the customer

external_idstring nullable required

The external ID of the customer

email_addressstring nullable required

The email address of the customer

phone_numberstring nullable required

The phone number of the customer

full_namestring nullable required

The full name of the customer

metadataobject required

The metadata associated with this customer

unsubscribed'future' | 'campaign' nullable required

The unsubscribe status of the customer

Changes

No recorded changes to this endpoint across all 1 revision of this API.