Admin

Get All Admins

get

Get all administrators

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
takeany ofOptionalDefault: 10
anyOptional
or
numberOptional
skipany ofOptionalDefault: 0
anyOptional
or
numberOptional
idFilterany ofOptional

Comma-separated ids to filter by

anyOptional
or
string[]Optional
allowFuzzyIdFilterbooleanOptional

Set to true to enable fuzzy id filtering. If false, only returns exact matches.

Default: false
sortFieldstring · enumOptional

Field to sort by

Possible values:
sortOrderstring · enumOptional

Sort order for the selected field

Possible values:
Responses
200

Successful response

application/json
get
/administrators

Get Admin Count

get

Get the total number of administrators. Useful for pagination.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
idFilterany ofOptional

Comma-separated ids to filter by

anyOptional
or
string[]Optional
allowFuzzyIdFilterbooleanOptional

Set to true to enable fuzzy id filtering. If false, only returns exact matches.

Default: false
Responses
200

Successful response

application/json
get
/administrators/count

Was this helpful?