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

Body

application/json

Response

200 - application/json

Successful operation.

The response is of type object.