List permissions by resource type
GET
/permissions/resource/{type}
Permissions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://transactions.srblabs.io/api/v1/permissions/resource/'
Response Response Example
200 - Example 1
[
{
"action": "read",
"description": "string",
"id": "string",
"is_system": true,
"name": "string",
"resource_type": "wallet"
}
]
Request
Path Params
type
enum<string>
required
Allowed values:
wallettransactionbatchuserrolepermission
Responses
Modified at 2025-04-30 01:06:55