Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereQuery Parameters
Filter customers by a specific payment link ID.
Start of the date range to filter by (Unix timestamp in milliseconds).
End of the date range to filter by (Unix timestamp in milliseconds).
Number of items to return per page. Defaults to
10, with a maximum of 50.Cursor for forward pagination. Pass the
nextStartingAfter value from the
previous response (a Unix timestamp in milliseconds, as a string) to fetch the
next page.Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
List of customers displayed.
Information on whether there is additional data to be retrieved (true/false).
Cursor to pass as
startingAfter to fetch the next page. null when there is
no further data.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.
