Authorization Error

Type URI
https://api.marketingpod.dev/problems/authorization-error
Status Code
403 Forbidden
Description
The token does not have the required 'Access.API' role to access this resource.

Example Response

{
  "type": "https://api.marketingpod.dev/problems/authorization-error",
  "title": "Authorization Error",
  "status": 403,
  "detail": "The token does not have the required 'Access.API' role to access this resource.",
  "instance": "/api/v1/integration/req_1704123456789_abc",
  "requestId": "req_1704123456789_abc",
  "timestamp": "2024-10-07T12:34:56.789Z",
  "requiredRoles": ["Access.API"],
  "providedRoles": []
}

Common Causes

How to Fix

  1. Contact the API administrator to request the Access.API role
  2. Verify your application registration includes the required API permissions
  3. Ensure you are requesting the correct scope when obtaining the access token
  4. Check the roles claim in your decoded JWT token

Related Errors


Need help? Contact developers@marketingpod.com and include the requestId from your error response.