Overview
To authenticate with Phrase, you need:- Access Token - An OAuth access token that grants Nango permission to interact with the Phrase API on your behalf.
- Hostname - The API hostname your Phrase account is hosted on (
api.phrase.comfor EU, orapi.us.app.phrase.comfor US).
Prerequisites
- An active Phrase (Phrase Strings / Phrase Platform) account.
Instructions
Step 1: Generate an access token
- Log in to Phrase and go to the Access tokens page.
- Click + Generate token, give it a name, select the services and scopes you need, then click Generate token.


- Copy the generated token.
Step 2: Determine your hostname
Phrase is hosted in two data centers. Use the hostname for the one your account was created in:api.phrase.com— EU data center (default).api.us.app.phrase.com— US data center.
Step 3: Enter credentials in the Connect UI
Once you have your Access Token and Hostname:- Open the form where you need to authenticate with Phrase.
- Enter your Access Token in the field provided.
- Select your Hostname.
- Submit the form, and you should be successfully authenticated.
