Permissions within the context of our API
- Application Permission: To access an API endpoint. It is also called “scope” or “Key Permission"
- User permission: To access content. It is specific to the user and context of the call (team, company)
Permissions define what a user can do in the context of a given team or a company. All permissions are relative to the team, except for "owner," which is relative to the company.
For more details on scopes and permissions, please refer to our API public documentation.