Skip to main content
GET
Returns all authorisation records for a user.

Authorizations

X-API-KEY
string
header
required

Query Parameters

user_id
string<uuid>
required

ID of the user to get authorisations for

status
enum<string>

Filter by authorisation status The status of a authorisation record

Available options:
active,
revoked,
expired
Example:

"active"

term_id
string<uuid>

Filter by authorisation term ID

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
authorisations
object[]