API ERRORS

401 API key has no actor

https://sealdeal.ai/errors/api-key-no-actor

The key is valid but is not linked to an active team member, so any write it performed could not be attributed to a person.

Retry only after changing the request

What causes it

  • The user who minted the key has since been deactivated or removed from the organization.

How to fix it

  • Recreate the key while signed in as an active user. Reads may work without an actor; writes are refused rather than recorded as authored by nobody.

Example response

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

{
  "type": "https://sealdeal.ai/errors/api-key-no-actor",
  "title": "API key has no actor",
  "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 expired