Sideline Exchange/
Dashboard →

Errors

too_many_attempts

HTTP 429Too many attemptsManagement API

What happened

Repeated failed sign-in attempts from the same origin.

How to fix it

Wait out the window before trying again. Automation should treat 429 as “back off”, not “retry immediately”.

What you received
{
  "type": "https://docs.sidelineexchange.com/errors/too_many_attempts",
  "title": "Too many attempts",
  "status": 429,
  "detail": "…"
}

Worth understanding

  • Rate limit — The ceiling on requests per key. Exceeding it returns 429 with a problem document; back off and retry.