Skip to content

HTTP 400, authentication and identity

AUTH-009

That verification code has expired. Request a new one.

What it means

The emailed code has passed its validity window.

What to do

Request another. The resend control becomes available after a short countdown.

The response

Every failure arrives in this shape. The trace_id is worth keeping: it identifies the request in our logs and carries nothing about your data.

{
  "type": "https://shiftgraph.dev/errors/AUTH-009",
  "title": "That verification code has expired. Request a new one.",
  "status": 400,
  "code": "AUTH-009",
  "trace_id": "01J8Z…"
}

Related codes

Sessions, second factors, sign-in methods, and the credentials that reach the API. A second factor is required of every account, so several of these have no bypass by design.

The full error reference, or write to support@shiftgraph.dev with the trace id.