Understanding Scopes
Scopes let you set the exact access type you need. Scopes limit access for the personal access tokens, OAuth tokens, and Crowdin apps. They don’t provide any additional permissions except those the user already has.
The scopes you specify for the OAuth app on Crowdin will be shown to the users on the authorization form.
| Name | Key | Access Level | Description |
|---|---|---|---|
| All scopes | * | Read and Write, Read only | Grants access to perform any of the following actions. |
| Notifications | notification | Read and Write, Read only | Grants access to the list of enabled notifications, the ability to subscribe to a channel, as well as unsubscribe from it. |
| Languages | language | Read and Write, Read only | Grants access to manage organization languages. |
| Applications | application | Read and Write, Read only | Grants access to install applications. |
| Translation memories | tm | Read and Write, Read only | Grants access to manage project Translation Memory files. |
| Machine translation engines | mt | Read and Write, Read only | Grants access to get the list of connected Machine Translation (MT) engines, create MT engines, delete MT engines, and update their settings. |
| Webhooks | webhook | Read and Write, Read only | Grants access to manage organization webhooks. |
| Vendors | vendor | Read only | Crowdin Enterprise only. Grants access to get organization vendors list. |
| Clients | client | Read only | Crowdin Enterprise only. Grants access to get organization clients list. |
| Glossaries | glossary | Read and Write, Read only | Grants access to manage the files with the project terminology. |
| Users | user | Read and Write, Read only | Crowdin Enterprise only. Grants access to manage users. |
| Teams | team | Read and Write, Read only | Crowdin Enterprise only. Grants access to teams of users. |
| Fields | field | Read and Write, Read only | Crowdin Enterprise only. Grants access to organization fields, permission to create, delete, and update field settings. |
| Groups | group | Read and Write, Read only | Crowdin Enterprise only. Grants access to manage project groups a user has access to. |
| AI | ai | Read and Write, Read only | Grants access to manage AI providers, prompts, fine-tuning, and request proxying to AI providers. |
| AI Providers | ai.provider | Read and Write, Read only | Grants access to manage AI providers. |
| AI Prompts | ai.prompt | Read and Write, Read only | Grants access to manage AI prompts. |
| AI Proxy | ai.proxy | Read only | Enables request proxying to AI providers. |
| AI Fine-tuning | ai.fine-tuning | Read and Write, Read only | Grants access to manage the fine-tuning of AI prompts. |
| Automations | automation | Read and Write, Read only | Crowdin Enterprise only. Grants access to manage automation rules and rule executions. |
| Automation rules | automation.rule | Read and Write, Read only | Crowdin Enterprise only. Grants access to manage automation rules. |
| Automation rule executions | automation.rule.execution | Read and Write, Read only | Crowdin Enterprise only. Grants access to manage automation rule executions. |
| Projects | project | Read and Write, Read only | Grants access to manage projects a user has access to. |
| Projects (Settings) | project.settings | Read and Write, Read only | Grants access to project lists, permission to view, create, and update project settings. |
| Members and teams | project.member | Read and Write, Read only | Grants access to member and team lists, permission to view, invite, and manage permissions for project members and teams. |
| Tasks | project.task | Read and Write, Read only | Grants access to task lists, permission to create, delete, and update project tasks. |
| Reports | project.report | Read and Write, Read only | Grants access to reports list, permission to generate, and export project reports. |
| Translation status | project.status | Read only | Grants access to translation status for the projects: current translation issues, translation progress on different levels (file, language, branch, directory). |
| Source files & strings | project.source | Read and Write, Read only | Grants access to add, get, delete, and update project branches, directories, source files, and source strings, as well as access to file revisions. |
| Webhooks | project.webhook | Read and Write, Read only | Grants access to read or write hook configurations on projects a user manages. |
| Translations | project.translation | Read and Write, Read only | Grants access to add new and manage existing translations. |
| Screenshots | project.screenshot | Read and Write, Read only | Grants access to get screenshots list, add, get, replace, and delete screenshots, ability to access and modify screenshot tags. |
| Security logs | security-log | Read only | Grants access to get security logs list and get security log item. |
| Organization | organization | Read only | Crowdin Enterprise only. Grants access to get organization info, account defaults, and authentication settings. |
| Custom Spellcheckers | custom-spellchecker | Read only | Crowdin Enterprise only. Grants access to get the custom spellcheckers list and individual spellchecker items. |
| External QA Checks | external-qa-check | Read only | Crowdin Enterprise only. Grants access to get organization external qa checks. |
Thank you for your feedback!