GET
/
api
/
v1
/
organizations
/
{organizationId}
/
permissions
Get organization permissions
curl --request GET \
  --url https://api.drip.re/api/v1/organizations/{organizationId}/permissions \
  --header 'Authorization: Bearer <token>'
{
  "scopes": [
    "<string>"
  ],
  "role": "<string>",
  "premiumLevel": 123
}

Authorizations

Authorization
string
header
required

API Key

Response

200
application/json

Default Response

The response is of type object.