Skip to main content
GET
/
accounts
/
{id}
/
locales
cURL
curl "https://api.phrase.com/v2/accounts/:id/locales" \
  -u USERNAME_OR_ACCESS_TOKEN
[
  {
    "name": "English",
    "code": "en-GB"
  }
]

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

id
string
required

ID

Response

OK

name
string
code
string