curl --request GET \
--url https://api.drip.re/api/v1/organizations/{organizationId}/permissions \
--header 'Authorization: Bearer <token>'
{
"scopes": [
"<string>"
],
"role": "<string>",
"premiumLevel": 123
}
Get the authenticated user’s permissions for this organization
curl --request GET \
--url https://api.drip.re/api/v1/organizations/{organizationId}/permissions \
--header 'Authorization: Bearer <token>'
{
"scopes": [
"<string>"
],
"role": "<string>",
"premiumLevel": 123
}
API Key
Default Response
The response is of type object
.
Was this page helpful?