Skip to content

List available admin roles

GET
/rest/v1/admin/roles

Returns all roles. Advisable and Developer roles are hidden from non-advisable callers.

Authorizations

bearerAuth

JWT access token obtained from /rest/auth/admin/login or /rest/auth/customer/login

Type
HTTP (bearer)

Parameters

Query Parameters

filter[id]

Filter by role IDs

Type
string
filter[name]

Filter by name (partial)

Type
string
sort

Sort order

Type
string
page

Page number

Type
integer
limit

Pagination limit

Type
integer

Responses

Role list

application/json
JSON
"string"

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI