Query Parameters
Response Format
Paginated responses follow the JSON:API specification and include three main sections:Usage Examples
First page (default size):Navigation
To navigate through paginated results:- First page: Make a request without the
page[cursor]parameter - Subsequent pages: Use the
next_cursorvalue from themetasection, or use thenextURL from thelinkssection - Previous pages: Use the
prev_cursorvalue from themetasection, or use theprevURL from thelinkssection
links section for navigation, as they include all necessary parameters and proper encoding.