Key expired

HTTP 401 · token-expired← all Webpath errors

The key has passed its expiry time.

How to recover. Mint a new key and use that.

Example response

{
  "type": "https://muse.as/a/webpath/errors/token-expired",
  "title": "Key expired",
  "status": 401,
  "detail": "Mint a new key and use that."
}

This page documents the token-expired error type returned in Webpath RFC 7807 application/problem+json responses. The machine-readable detail field carries a recovery hint you can show a user verbatim — see the Spec §12 and API Reference.