Use this endpoint to retrieve all the permissions that a user has based on the access_token. This endpoint is used by Midaz Console to verify the features that the user has access to.
Retrieve User Permission
Copy
Ask AI
curl --request GET \ --url http://127.0.0.1:4000/v1/permissions \ --header 'Authorization: <authorization>'