Schema Management
List Schemas
Returns a paginated list of active schemas. Supports filtering by schema type.
GET
Query Parameters
Page number
Items per page (max: 100)
Filter by schema type (“invoice” or “bank_statement”)
Response
Success Response (200)
Examples
List All Schemas
Curl
List with Pagination and Filtering
Curl
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Page number
Items per page
Required range:
x <= 100
Filter by schema type
Available options:
invoice
, bank_statement