Skip to main content

Pagination

To customize the response, the offset and limit parameters can be adjusted from their default values.

warning

When making a POST request that sends data through query parameters - as with Pagination - the Content-Type header must not be set.

limit

The default limit for responses is 50. A value of up to 1,000 can be specified with limit.

offset

offset determines how many records will be skipped before being included in the returned results. The default offset value is 0.