> ## Documentation Index
> Fetch the complete documentation index at: https://cortex-foundation-add13747-droid-1a2462c9-cor-444-sanitize.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# invalid_credential

> Credential is invalid or expired. HTTP 401.

# `invalid_credential`

|           |                                                              |
| --------- | ------------------------------------------------------------ |
| HTTP      | `401`                                                        |
| `code`    | `invalid_credential`                                         |
| `type`    | `https://docs.cortex.foundation/problems/invalid_credential` |
| Retryable | no                                                           |

The sign-in was well-formed but is expired, revoked, or no longer valid. Sign in again from the app.

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/invalid_credential",
  "title": "Credential is invalid or expired",
  "status": 401,
  "code": "invalid_credential",
  "request_id": "req_…"
}
```

See [Errors](/api/errors) for how to branch, and what not to render from `detail`.
