List permissions
Returns a list of Fiskil permissions.
Returns a list of Fiskil permissions.
Query Parameters
industrystring
The industry to filter on
Response Body
application/json
curl -X GET "https://example.com/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" ] }]