Skip to main content
POST
/
authenticate
Generate an access token
curl --request POST \
  --url https://eu.phrase.com/connectors/authenticate \
  --header 'Content-Type: application/json' \
  --data '{
  "developerToken": "<string>"
}'
{
  "token": "vdfb0d8b9y0byb79df6b97db689fb",
  "expiresAt": "2024-11-27T17:59:15.412778Z"
}

Body

application/json
developerToken
string
required

A developer token is a unique identifier that is used to authenticate the user. You can generate it in your Phrase profile. Go to the Dashboard -> Settings -> Profile -> Access tokens.

Response

200 - application/json

Successful operation.

token
string
expiresAt
string<date-time>
I