| Parameter | Description | Default value |
|---|---|---|
cursor | Endpoints that support pagination and have more results available will return a cursor value in meta.cursor . Use this value to retrieve the next page of results. | undefined |
limit | Limit the number of results, with a minimum value of 1 and a maximum value of 100. | 50 |
Response structure
Endpoints returning a list of entities will always return an object containing two keys:items: An array of entitiesmeta: An object with the following keys:total: The total number of items of this resourcelinks: Direct links to the current resource, and first and last pages.cursor: The value of the cursor to use to retrieve the next page

