All endpoints require an
Authorization: Bearer <token> header.Endpoint
Request body
Full name of the customer.
Email address of the customer.
Phone number of the customer.
Mailing address of the customer.
tenantId is set automatically from the authenticated user’s session. You do not need to include it in the request body.Response
Returns the created customer object.Unique identifier for the new customer (UUID).
Full name of the customer.
Email address of the customer.
Phone number of the customer.
null if not provided.Mailing address of the customer.
null if not provided.UUID of the tenant this customer belongs to.
ISO 8601 timestamp of when the customer was created.
ISO 8601 timestamp of when the customer was last updated.