get https://api-sandbox.thisisbud.com/platform/v3/customers
This endpoint is used to list customers associated with the current project.
Customers are listed ordered by their ID. Deleted customers will not be included in the list.
The list of customers can be filtered by creation date with the date_from
and date_to
query parameters, which expect dates in the RFC3339 format.
If more results pages are available, the response metadata object will contain a next_page_token
field which can be used to fetch the next page of results. The token should be provided in the page_token
query parameter for subsequent requests.
For more information on how to manage your Bud Customers, please, refer to the following guide