cURL
curl --request GET \ --url https://api.messari.io/user-management/v1/api/permissions \ --header 'X-Messari-API-Key: <api-key>'
{ "data": { "expiresAt": "2023-11-07T05:31:56Z", "hasAllAccess": true, "hasFullMarketDataGranularity": true, "permissions": [ { "active": true, "name": "<string>", "permissionSlug": "aggregation_permission" } ] }, "error": "<string>" }
Returns all available permissions with flags indicating which ones are granted to the current user
Default response
The response is of type object.
object