Skip to main content

Wildcard mint refused

typehttps://docs.frem.sh/reference/api/errors/wildcard-mint-refused
HTTP status403 Forbidden

What it means

The credential is valid but not permitted to do this.

Example detail messages returned with this error:

  • Wildcard scope (*) cannot be granted via this endpoint. Specify the explicit scopes you need.

What to do

Check the token’s scopes and that it is scoped to this tenant. Owner-only actions need an owner credential.

Response shape

All fremforge API errors are RFC 9457 problem+json:

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

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