Authorizations
Use the Bearer
scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>
Query Parameters
The folder in which to search for entries.
"invoices"
The starting date and time for retrieving results in descending order, formatted as an ISO timestamp.
"2023-08-02T00:00:00.000Z"
The position marker from the previous result's next_cursor property, used for pagination.
The maximum number of entries to return in a single page of results.
20
Response
OK
Date from which results are provided in descending order.
"2025-05-01T00:00:00.000Z"
Cursor used to identify the current page of results.
Key for the folder
"sales"
Maximum number of entries to show in a page of results, up to 100.
20
Array of entries sorted by creation time in descending order.
Cursor used to identify the next page of results.