A 403 Forbidden
response indicates that your request was understood, but you don’t have permission to access the resource. It occurs when:
- Your API client is authenticated, but doesn’t have permission to use the requested endpoint.
- You’re trying to access a product or feature that isn’t enabled on your contract.
Make sure that your API client has the correct permissions, as described in Get started.
If you need access to additional products or functionality, contact your Akamai account team to have them added to your contract.
This example shows a typical 403 error:
{
"status": 403,
"title": "Forbidden.",
"type": "/mtls-edge-truststore/error-types/forbidden"
}