Skip to main content
GET
List Document Validation Rules

Authorizations

Authorization
string
header
required

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

Path Parameters

tenant
string | null
required

The domain of the customer

Example:

"example.com"

Query Parameters

pageToken
string | null
size
integer | null

Response

Successful Response

rules
AvailableRuleDescriptor · object[]
required

All available document validation rules for the tenant.

next_page_token
string | null