Skip to main content
Endpoint:

Authorizations

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

Query Parameters

integer
default:1
required
Determine which page.
integer
default:10
required
How much data is displayed on the page.

Response

Successful Response

Main Structure (Root)

integer
Status code form API.
string
Status message that describes the status code.
boolean
Information on whether there is additional data to be retrieved (true/false).
integer
Total number of data pages.
integer
Number of items per page.
integer
The page currently displayed.
integer
Total number of customers.
array of object
List of products displayed.

data Structure (Array Of Object)

string<uuid>
Unique customer ID.
integer | timestamp - Unix epoch in milliseconds
The time the data was created.
string
Customer’s email address.
string
Customer’s phone number.
string
Customer’s name.
string
Customer status, e.g., “active”, “inactive”.
integer | timestamp - Unix epoch in milliseconds
The last time the data was updated.
string<uuid>
The user ID of the owner of this data/customer.