getList capabilities
Required capability
feature_flags.readLists every capability that may be granted via roles, scoped to the given topology node.
Request
Request URL
GET /capabilitiesResponses
Response
{
"items": [
{
"name": "withdrawals.create",
"enabled": true
},
{
"name": "deposits.read",
"enabled": true
},
{
"name": "clients.read",
"enabled": false
}
],
"next_page_token": null
}Operation succeeded.