List roles
Central
api.brault.app— this host is the same in every regionAuthorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Query Parameters
limit?number
Range
1 <= value <= 100Default
50cursor?string
Opaque cursor from a previous response.
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/roles"{ "object": "list", "has_more": true, "next_cursor": "string", "data": [ { "object": "role", "id": "string", "name": "string", "slug": "string", "description": "string", "is_default": true, "permissions": [ "string" ] } ]}