Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
Customer Name.
Customer email.
Customer telephone number.
Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
The created customer data (echoes the submitted body and appends
customerId).data Structure (Object)
Customer name.
Customer email address.
Customer phone number.
Unique ID for the user (the account owner).
Unique ID for the customer associated with the user.
Errors
Returned with
messages: "Validation Error" when the request body fails
validation (e.g. missing or malformed name, email, or mobile).