invalid_credentials
HTTP 401Invalid credentialsManagement API
What happened
The email and password did not match. The response deliberately does not say which half was wrong.
How to fix it
Try again, or reset the password. Repeated failures trip too_many_attempts.
What you received
{
"type": "https://docs.sidelineexchange.com/errors/invalid_credentials",
"title": "Invalid credentials",
"status": 401,
"detail": "…"
}