POST /auth/register. That register route is not mounted on https://api.returning.ai.POST /v1/users with a community API key that includes createUser.404.POST /auth/register returns 404.POST /v1/users/info.| Status | When | Recovery |
|---|---|---|
404 | /auth/register on api.returning.ai | Use POST /v1/users. |
Cannot POST /api/secureAuth/login when called as /v1/auth/login).curl --location 'https://adss-integration.returning.ai/apis/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "StrongPassword123!",
"name": "Test User"
}'{
"status": "success",
"data": {}
}