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