Skip to main content
GET
List all authorisation terms.

Authorizations

X-API-KEY
string
header
required

Query Parameters

authorisation_category
enum<string>

Filter by authorisation category The category of authorisation

Available options:
one_time,
recurring
Example:

"one_time"

is_active
boolean

Filter by active status

is_system_term
boolean

Filter by system term status. True returns only Teal's default terms, false returns only client-created terms.

offset
integer<int32>
default:0

The offset to start at

Required range: x >= 0
limit
integer<int32>
default:20

The number of items to return

Required range: 1 <= x <= 100

Response

OK

pagination
object
terms
object[]