Skip to main content

Cross tenant

typehttps://docs.frem.sh/reference/api/errors/cross-tenant
HTTP status403 Forbidden

What it means

The credential is valid but not permitted to do this.

What to do

The resource belongs to a different tenant. Use a token scoped to that tenant - this is refused by design, not a lookup failure.

Response shape

All fremforge API errors are RFC 9457 problem+json:

{
  "type": "https://docs.frem.sh/reference/api/errors/cross-tenant",
  "title": "Forbidden",
  "status": 403,
  "detail": "..."
}

Branch on type, not on title or detail - those are human-readable and may be reworded.