# Phrase Authorizations API

**Canonical:** https://apis.io/apis/phrase/phrase-authorizations-api/  
**Provider:** Phrase — https://apis.io/providers/phrase/  
**Base URL:** https://api.phrase.com/v2  
**Documentation:** https://developers.phrase.com/api/

Phrase Authorizations API is one of 57 APIs that [Phrase](https://apis.io/providers/phrase/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Authorizations. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and a getting-started guide.

The endpoints provided by the Authorizations API are **only accessible via Basic authentication with email and password**. When creating a new authorization, the new access token for this authorization will be returned in the immediate response but not later, due to security reasons. When accessing authorizations later, you will only see the last eight chars of the token in plain text (`token_last_eight`) and the SHA256 digest of the token for reference (`hashed_token`). For instructions on how authorization in general works, see our [Auth Guide](#overview--authentication). ### Scopes When creating or updating an OAuth authorization, you can define a list of scopes to limit the access that can be performed by that authorization. #### Available Scopes <div class="table-responsive"> <table class="basic-table"> <thead> <tr class="basic-table__row basic-table__row--header"> <th class="basic-table__cell basic-table__cell--header">Scope</th> <th class="basic-table__cell basic-table__cell--header">Description</th> </tr> </thead> <tbody> <tr> <td class="basic-table__cell"><code>read</code></td> <td class="basic-table__cell">Read projects, locales, keys, translations, orders</td> </tr> <tr> <td class="basic-table__cell"><code>write</code></td> <td class="basic-table__cell">Write projects, locales, keys, translations but not orders</td> </tr> <tr> <td class="basic-table__cell"><code>orders.create</code></td> <td class="basic-table__cell">Create and confirm orders</td> </tr> <tr> <td class="basic-table__cell"><code>team.manage</code></td> <td class="basic-table__cell">Manage invitations and members</td> </tr> </tbody> </table> </div>

## Machine-readable artifacts (5)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/phrase/refs/heads/main/openapi/phrase-authorizations-api-openapi.yml
- **Documentation** — https://developers.phrase.com/api/
- **Authentication** — https://developers.phrase.com/api/#section/Authentication
- **GettingStarted** — https://help.phrase.com/help/phrase-in-your-coding-workflow
- **GraphQL** — https://raw.githubusercontent.com/api-evangelist/phrase/refs/heads/main/graphql/phrase-graphql.md

## Other Phrase APIs (12)

- [Phrase Accounts API](https://apis.io/apis/phrase/phrase-accounts-api/)
- [Phrase Automations API](https://apis.io/apis/phrase/phrase-automations-api/)
- [Phrase Blacklisted Keys API](https://apis.io/apis/phrase/phrase-blacklisted-keys-api/)
- [Phrase Branches API](https://apis.io/apis/phrase/phrase-branches-api/)
- [Phrase Comment Reactions API](https://apis.io/apis/phrase/phrase-comment-reactions-api/)
- [Phrase Comment Replies API](https://apis.io/apis/phrase/phrase-comment-replies-api/)
- [Phrase Comments API](https://apis.io/apis/phrase/phrase-comments-api/)
- [Phrase Custom Metadata API](https://apis.io/apis/phrase/phrase-custom-metadata-api/)
- [Phrase Distributions API](https://apis.io/apis/phrase/phrase-distributions-api/)
- [Phrase Documents API](https://apis.io/apis/phrase/phrase-documents-api/)
- [Phrase Figma attachments API](https://apis.io/apis/phrase/phrase-figma-attachments-api/)
- [Phrase Formats API](https://apis.io/apis/phrase/phrase-formats-api/)

## Tags

Authorizations

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/phrase/phrase-authorizations-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/phrase/.
