Update a customer
Update a customer
Update a customer
PATCH
Update a customer
Authorizations
API key for authentication. You can find your API key in the Creem dashboard under Settings > API Keys.
Body
application/json
Customer update payload
Response
Successfully updated the customer
Unique identifier for the object.
String representing the environment.
Available options:
test, prod, sandbox String representing the object’s type. Objects of the same type share the same value.
Customer email address.
Example:
"user@example.com"
The ISO alpha-2 country code for the customer.
Pattern:
^[A-Z]{2}$Example:
"US"
Creation date of the customer
Example:
"2023-01-01T00:00:00Z"
Last updated date of the customer
Example:
"2023-01-01T00:00:00Z"
Customer name.
Example:
"John Doe"
Additional metadata associated with the customer.
Example:
{ "key": "value" }