Skip to main content
GET
List Schemas

Query Parameters

integer
default:"1"
Page number
integer
default:"20"
Items per page (max: 100)
string
Filter by schema type (“invoice” or “bank_statement”)

Response

Success Response (200)

Examples

List All Schemas

Curl

List with Pagination and Filtering

Curl

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1

Page number

page_size
integer
default:20

Items per page

Required range: x <= 100
type
enum<string>

Filter by schema type

Available options:
invoice,
bank_statement

Response

200 - application/json

Schemas retrieved successfully

success
boolean
Example:

true

data
object