# FORBIDDEN — 403 Forbidden

# 403 Forbidden

The request was authenticated but the API key does not have permission to perform this action.

## Category

`authorization`

## Retryable?

**No.** Contact your account owner to request the necessary permissions.

## Common Causes

- API key scoped to sandbox attempting a production-only operation
- Partner organization not enrolled in the feature being accessed
- Attempting to access another partner's resources

## Example

```json
{
  "type": "https://developer.gett-tech.com/errors/FORBIDDEN",
  "title": "Forbidden",
  "status": 403,
  "detail": "Your API key does not have permission to perform this action.",
  "instance": "/v1/marketfront/orders/place",
  "requestId": "req_abc123",
  "timestamp": "2026-03-11T14:30:00.000Z",
  "errorCode": "FORBIDDEN",
  "errorCategory": "authorization",
  "retryable": false
}
```
