Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
string
required
Customer Name.
string
required
Customer email.
string
required
Customer telephone number.
Response
Successful ResponseMain Structure (Root)
integer
Status code form API.
string
Status message that describes the status code.
array of object
The main data returned (detailed customer/user information).
data Structure (Array Of 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.
