get https://testapi.payarc.net/v1/customers
This API returns a list of customers. The list is sorted by ‘creation date’ with the most recently created customers appearing first.
Limit Parameter
Description
The limit
parameter is used to control the number of customers returned in the response when listing customers. This allows you to specify the maximum number of records to retrieve in a single API call.
Details
- Type:
integer
- Description: A number that represents the maximum number of customers to be listed in the response.
- Required: Optional
- Format: Numeric
- Default: 25
- Example:
25
Usage
When you include the limit
parameter in your request, it tells the API how many customer records you want to retrieve. If you do not specify this parameter, the API will default to returning 25 customers.