Authentication
Last updated
Last updated
POST /lineajeidentity/api/v1/login HTTP/1.1
Host: lineaje-identity-service.v2.prod.veedna.com
Content-Type: application/json
Accept: */*
Content-Length: 49
{
"username": "<username>",
"password": "<password>"
}{
"accessToken": "<token>",
"tokenType": "Bearer",
"expiresIn": 86400,
"scope": "openid profile email"
}