Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Unique identifier of the customer
Query Parameters
Start of range in epoch milliseconds. Fetches items created after this timestamp.
End of range in epoch milliseconds. Fetches items created before this timestamp.
Max items per page (default 50, max 100)
1 <= x <= 100Cursor-based pagination token. Use the offset value from metadata.offset in the previous response to fetch the next page. Continue until metadata.offset is no longer present in the response.
🚨 Important: Changing any query parameters invalidates existing offset values and requires restarting pagination from the beginning.
For detailed pagination implementation guide, see Pagination Guide.