v1
latestOpenAPI 3.0.02026-07-17493090.2 KBAuthorization
Permissions
Fetches the list of all REST API permissions
This endpoint requires the permission "authorization.permissions.read".
get/authorization/permissions
Headers
Authorizationstring required
The client's authorization, which the server resolves to an identity. Currently supports Biome JWT (if Biome credentials is enabled), Cylinder JWT, and OAuth2 bearer tokens.
SplinterProtocolVersioninteger
Example:2
The protocol version which the client can understand. If not provided, the node will respond using its latest protocol version.
Response
Successfully retrieved the list of REST API permissions
Example response
{
"data": [
{
"permission_id": "circuit.read",
"permission_display_name": "Circuit read",
"permission_description": "Allows the client to modify circuit state"
}
]
}