Skip to content

HTTP 401, authentication and identity

AUTH-002

Your session has expired. Sign in again.

What it means

The session is past its absolute lifetime, or an organization policy set a shorter maximum age than the default.

What to do

Sign in again. If this recurs quickly, an administrator may have set a session maximum age under Settings, Security.

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-002",
  "title": "Your session has expired. Sign in again.",
  "status": 401,
  "code": "AUTH-002",
  "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.