List permissions
Returns a list of Fiskil permissions.
AI Actions
Returns a list of Fiskil permissions.
Query Parameters
industrystring
The industry to filter on
Response Body
application/json
curl -X GET "http://localhost:8080/permissions?industry=banking"[
{
"description": "This will give the provider access to all of your transaction information",
"industry": "banking",
"name": "transactions",
"scope": "bank:transactions:read",
"standards": [
"CDR"
]
},
{
"description": "This will give the provider access to all of your transaction information",
"industry": "banking",
"name": "transactions",
"scope": "bank:transactions:read",
"standards": [
"CDR"
]
}
]Was this page helpful?