Link Header Pagination (September '21 Release)

Most API List endpoints support a pagination, meaning they will return the data you requested in multiple pages or responses. The API Documentation will typically let you know which pagination method the API uses and how you can fetch the additional pages.

With this release, we added support for Link Header Pagination, following RFC-5988 for “Pull from API” Connectors. You can select ‘Full URL’ or ‘Relative URL’ for the link type, and you can supply the relation label that is used to indicate the next link in the sequence (usually this is “next”), as well as if the link is a full or relative URL.

To learn more about Pull Connectors, visit our Create a Pull Connector guide.