Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number
Required range:
x >= 1Example:
1
Number of items per page
Required range:
1 <= x <= 100Example:
10
Tenant ID
Example:
"a5b50588-c7f7-4ff3-9702-cf6c4aa2fd22"
Document Type IDs (comma separated)
Example:
"18abc73f-07a0-4c4b-a946-9b197de92fb1, d2aff11e-f2b6-4613-af6e-437d1a4730eb"
Search by type name
Example:
"Invoice"
Field to sort by
Example:
"id"
Sort order (asc/desc)
Available options:
asc, desc Example:
"asc"