POST
/
v1
/
auth
/
login
Login
curl --request POST \
  --url https://eu.phrase.com/smt/api/v1/auth/login \
  --header 'Content-Type: application/json' \
  --data '{
  "userName": "<string>",
  "password": "<string>",
  "otpCode": "<string>",
  "organization": {
    "uid": "<string>"
  }
}'
{
  "token": "<string>",
  "tokenType": "Bearer",
  "expires": "<string>"
}

Body

application/json

Response

200
application/json

Successful login.

The response is of type object.