List Customers

Use the List Customer endpoint to retrieve a list of all customers who have reached the Customer phase.

Log in to see full request history
Query Params
string

Sort the data obtained from a query in either ascending or descending
order based on one or more fields, you can specify the order in which the
results should be returned. You can mention one or more fields by which the
data should be ordered, along with the order direction (ascending or descending) using a comma-separated list.
For example, ordering=name,created_at would order the results first by the
name field in ascending order and then by the created_at field in ascending order.

int32

Specify the maximum number of results to be returned in a single response.

int32

Use this query parameter in conjunction with the limit parameter for pagination. It specifies the starting point or offset within the dataset from which results should be returned.

string

Filter the data obtained from a query based on the reference of the resource.

date-time

Filter the data obtained from a query based on the date and time when the resource was created. You can specify the date and time in the format YYYY-MM-DD.

date-time

Filter the data obtained from a query based on the date and time when the resource was created. You can specify the date and time in the format YYYY-MM-DD.

date-time

Filter the data obtained from a query based on the date and time when the resource was created. You can specify the date and time in the format YYYY-MM-DD.

Headers
string
required

Use the x-api-key header to include the API key generated previously for authentication purposes. The API key serves as a secret token that identifies the client or application making the request and is used to determine whether the client has the necessary permissions to access the requested resource.

string
required

Use the x-aggregator-id header to identify the aggregator for a particular request. An aggregator is the entity that is involved in the processing of transactions or data. By including the id in the header, the server can identify which aggregator the request owns and handle the request accordingly.

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json