Number of APIs: 5
POST https://{{host}}/cam/v1/access-keys
Creates a new access key. An access key's name needs to be unique within a user account. Once an access key has been created, it's available on both the staging and production Akamai networks.
GET https://{{host}}/cam/v1/access-keys
Returns detailed information about all access keys available to the current user account.
GET https://{{host}}/cam/v1/access-keys/:accessKeyUid
Returns details for a specific access key.
PUT https://{{host}}/cam/v1/access-keys/:accessKeyUid
Updates an access key's name.
DELETE https://{{host}}/cam/v1/access-keys/:accessKeyUid
Deletes a specific access key.
ENDPOINTS