cURL
curl --request GET \ --url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/roles/{roleId}/permissions
{ "status": "success", "data": [ "<string>" ] }
For non-platform customers - value must be Bearer <token> where <token> is api key prefixed with cal_
Bearer <token>
<token>
For platform customers - OAuth client secret key
For platform customers - OAuth client ID
"success"
Was this page helpful?