limit and offset query parameters. Many responses include a count field and an array of resources inside data.
Query parameters
| Parameter | Description | Example |
|---|---|---|
limit | Max records to return in a page. | limit=10 |
offset | Number of records to skip before returning results. | offset=0 |
Parameter types vary between endpoints (string or integer). Follow the OpenAPI schema for each endpoint.
Example: list payments
Response shape
List responses return adata object containing count and a list for the resource type. Examples include payments, keys, refunds, and qrs.