Skip to content

HTTP 400, authentication and identity

AUTH-007

That link is no longer valid.

What it means

A single-use link, for verification, reset, or an invitation, has expired, been revoked, or already been spent.

What to do

Request a new one. Links are deliberately short-lived and never reusable.

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-007",
  "title": "That link is no longer valid.",
  "status": 400,
  "code": "AUTH-007",
  "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.