API ERRORS

403 Forbidden

https://sealdeal.ai/errors/forbidden

The key had the right scope, but the acting team member is not allowed to perform this operation on this resource.

Retrying will not help

What causes it

  • The resource belongs to another rep and the actor does not have team scope over it.
  • The action requires a manager-or-above role that the key's actor does not hold.

How to fix it

  • Check the role of the user the key is attributed to. Scopes are granted per key; roles are held per person, and both must permit the operation.

Example response

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

{
  "type": "https://sealdeal.ai/errors/forbidden",
  "title": "Forbidden",
  "status": 403,
  "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: 403 Insufficient scope · 403 Erasure requires an org admin · 403 Outbound not included