API ERRORS

401 API key expired

https://sealdeal.ai/errors/expired-api-key

The key was valid but has passed its expiry date.

Retry only after changing the request

What causes it

  • The key was minted with an expiry and that date has passed.

How to fix it

  • Mint a new key at /admin/integrations/api-keys. Expiry is set at mint time and cannot be extended afterwards.

Example response

HTTP/1.1 401
Content-Type: application/problem+json

{
  "type": "https://sealdeal.ai/errors/expired-api-key",
  "title": "API key expired",
  "status": 401,
  "detail": "..."
}

`type` is stable and safe to branch on in code. `detail` is specific to your request and is the field to read for the particulars; its wording may change.

All error types · API documentation · Integrations

Related errors: 401 Missing API key · 401 Invalid API key · 401 API key has no actor