Skip to main content
Endpoint:

Authorization

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Request Body

string
required
Customer Name.
string
required
Customer email.
string
required
Customer telephone number.

Response

Successful Response

Main Structure (Root)

integer
Status code form API.
string
Status message that describes the status code.
object
The created customer data (echoes the submitted body and appends customerId).

data Structure (Object)

string
Customer name.
string
Customer email address.
string
Customer phone number.
string<uuid>
Unique ID for the user (the account owner).
string<uuid>
Unique ID for the customer associated with the user.

Errors

object
Returned with messages: "Validation Error" when the request body fails validation (e.g. missing or malformed name, email, or mobile).