List customers
Retrieve all invoices created with the current administration, ordered from newest to oldest.The results are paginated. See pagination for more information.
List customers
GET
https://api.notify.cm/v2/customers
Authentication: API keys
Query Parameters
Name
Type
Description
Limit
number
The number of customers to return (with a maximum of 250).
From
string
Used for pagination. Offset the result set to the invoice with this ID. The invoice with this ID is included in the result as well.
Headers
Name
Type
Description
Authorization
string
Your test or live API key
Example
Example with limit
and from
set.
Response
Last updated
Was this helpful?