Forbidden
This API key is not permitted to call this product.
| Field | Value |
|---|---|
| HTTP status | 403 |
| code | FORBIDDEN |
| retryable | false |
| type | https://docs.flashapi.io/errors/forbidden |
Gateway and upstream problem+json bodies use this type URI. SDKs should branch on code, not on title or detail.
Example#
terminal
{
"type": "https://docs.flashapi.io/errors/forbidden",
"title": "Forbidden",
"status": 403,
"detail": "This API key is not permitted to call this product.",
"instance": "urn:flashapi:request:req_01JXYZ123",
"code": "FORBIDDEN",
"request_id": "req_01JXYZ123",
"retryable": false
}See the error catalog for every platform code.