POST /auth/login. That login route is not mounted on https://api.returning.ai.POST https://api.returning.ai/v1/auth/login returns HTML 404 Cannot POST /api/secureAuth/login.POST /v1/auth/login → HTML 404 Cannot POST /api/secureAuth/loginPOST /auth/login → 404https://api.returning.ai.| Status | When | Recovery |
|---|---|---|
HTML 404 Cannot POST /api/secureAuth/login | /v1/auth/login | Stop. Use community API keys and /v1/users routes. |
404 | /auth/login | Same. |
GET /api/secureAuth also 404s.curl --location 'https://adss-integration.returning.ai/apis/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "savade@koletter.com",
"password": "@Password123",
"host": "ic.genesiv.com"
}'{
"meta": {
"success": true,
"message": "Login success",
"devMessage": "Login success"
},
"body": {
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjE0NTA3NSIsImlhdCI6MTc0NjAwMTY1MywiZXhwIjoxNzQ2MDg4MDUzfQ.a-ee52XuvMtnV4tGgapFDNOh8kvGxswvzMJujSUFLxU",
"refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjE0NTA3NSIsImlhdCI6MTc0NjAwMTY1MywiZXhwIjoxNzQ2NjA2NDUzfQ.Vuy6Va2QdkwPpsLpx1rurIkv9EcxM1zJapXz0Vj9f_U"
}
}