# Get Supported Roles **GET /roles** This API retrieves all supported roles. ## Servers - Sandbox server URL: https://localhost:8080 (Sandbox server URL) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Successful Response #### Body: application/json (object) - **type** (string) The role type. - **value** (string) The role name. - **adminRoles** (array[string]) List of available admin roles. ### 401 Authentication Error. Invalid credentials. #### Body: application/json (object) - **code** (string) - **message** (string) - **description** (string) ### 403 Authorization Error. Invalid role for request. [Powered by Bump.sh](https://bump.sh)