A 401 Unauthorized
response indicates that the request is missing valid authentication credentials, or the credentials are incorrectly formatted. Make sure you’ve set up authentication as described in Akamai API authentication. If the problem persists, check your setup against the Get started guide.
This example shows a typical authorization error:
{
"status": 401,
"title": "User is not authorized to access this service.",
"type": "/mtls-edge-truststore/error-types/unauthorized"
}