Logo
Akamai APIs API Documentation

Access keys

Number of APIs: 5


1. Create an access key

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.



2. List access keys

GET https://{{host}}/cam/v1/access-keys

Returns detailed information about all access keys available to the current user account.



3. Get an access key

GET https://{{host}}/cam/v1/access-keys/:accessKeyUid

Returns details for a specific access key.



4. Update an access key

PUT https://{{host}}/cam/v1/access-keys/:accessKeyUid

Updates an access key's name.



5. Delete an access key

DELETE https://{{host}}/cam/v1/access-keys/:accessKeyUid

Deletes a specific access key.



ENDPOINTS