# Forbidden **HTTP Status:** 403 Forbidden **RFC Reference:** [RFC 9110 Section 15.5.4](https://datatracker.ietf.org/doc/html/rfc9110#section-15.5.4) You do not have permission to access this resource. ## Response ```json { "type": "https://docs.apiera.io/problems/forbidden", "title": "Forbidden", "status": 403, "detail": "You do not have permission to access this resource.", "instance": "/v1/products/abc123", "correlationId": "550e8400-e29b-41d4-a716-446655440000" } ``` ## Common Causes - Authenticated but lacking required permissions - Role does not include necessary permissions ## How to Fix - Verify you have access to the resource - Request appropriate permissions from your administrator - Check that you're using the correct organization ID