{ "operationId": "get-user-entitlements", "method": "GET", "path": "/endpoints/user-entitlements", "summary": "List user entitlements", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ "API_READ", "API_WRITE", "API_VERSIONING", "API_FEATURES" ] }, { "status": "403", "contentType": "application/problem+json", "example": { "detail": "You don't have access to the endpoint.", "instance": "https://problems.luna.akamaiapis.net/api-defintions/error-instances/d54686b5-21cb-4ab7-a8d6-a92282cf1749", "status": 403, "title": "Unauthorized Access/Action", "type": "https://problems.luna.akamaiapis.net/api-defintions/error-types/UNAUTHORIZED" } } ] }