Skip to main content
Most endpoints that return a list of entities support filtering and pagination. Use the following URL paramaters to control the content returned by the endpoint.

Response structure

Endpoints returning a list of entities will always return an object containing two keys:
  • items : An array of entities
  • meta: An object with the following keys:
    • total : The total number of items of this resource
    • links : Direct links to the current resource, and first and last pages.
    • cursor: The value of the cursor to use to retrieve the next page