Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The id of the permission to fetch
Minimum length:
1
Example:
"perm_123"
Response
The Role
The id of the permission
Example:
"perm_123"
The name of the permission.
Example:
"domain.record.manager"
The slug of the permission
Example:
"domain-record-manager"
The description of what this permission does. This is just for your team, your users will not see this.
Example:
"Can manage dns records"