Authentication
POST /httpserver/main/v2/auth/login
{
"username": "<email>",
"password": "<password>"
}200 OK
{
"awsUsername": "9205eec4-8b36-48a4-aa6c-a73e8ce01684",
"session": "AYABeK9med7n...Z7oBVQAjVJEZ0k",
"challengeName": "SOFTWARE_TOKEN_MFA",
"status": "CHALLENGE_REQUIRED"
}POST /httpserver/main/v2/auth/login
{
"awsUsername": "9205eec4-8b36-48a4-aa6c-a73e8ce01684",
"session": "AYABeK9med7n...Z7oBVQAjVJEZ0k",
"challengeName": "SOFTWARE_TOKEN_MFA",
"status": "CHALLENGE_REQUIRED",
"challengeAnswer": "898165"
}Last updated
Was this helpful?