Authorizations
Example:
Authorization | Bearer Paste-Your-API-Key-Here
Query Parameters
Determine which page.
How much data is displayed on the page.
Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
Information on whether there is additional data to be retrieved (true/false).
Total number of data pages.
Number of items per page.
The page currently displayed.
List of products displayed.
data Structure (Array Of Object)
Unique customer ID.
The time the data was created.
Customer’s email address.
Customer’s phone number.
Customer’s name.
Customer status, e.g., “active”, “inactive”.
The last time the data was updated.
The user ID of the owner of this data/customer.