Number of APIs: 14
The Cloud Access Manager (CAM) API connects the Akamai Intelligent Platform and your cloud provider. Use CAM to enable cloud origin authentication and securely store and manage your cloud provider origin credentials as access keys. You can easily select an access key in the Origin Characteristics behavior when creating a Property Manager property for your Akamai product, eliminating the need to manually provide the credentials. You can use the same access key between several properties, for Akamai products that offer support for the Origin Characteristics behavior. With this API, you can:
- Reference access keys in multiple products and properties within your account.
- Rotate the access keys your properties use.
- Version your access keys and update the authentication parameters stored in them. Create an authentication credential that contains the client token and client secret required to authenticate Akamai API requests. Note: If you don't have access to the Identity and Access Management tool, contact your local Akamai Control Center admin or your Akamai account team for assistance. Note: If you need to refine access levels or permissions, see Create a client with custom permissions. To use this API, make sure you have the following services configured:
- You can use this API collection in these integration methods:
- APIAuthentication
[default]
as a header above all text. [default]
client_secret = C113nt53KR3TN6N90yVuAgICxIRwsObLi0E67/N8eRN=
host = akab-h05tnam3wl42son7nktnlnnx-kbob3i3v.luna.akamaiapis.net
access_token = akab-acc35t0k3nodujqunph3w7hzp7-gtm6ij
client_token = akab-c113ntt0k3n4qtari252bfxxbsl-yvsdj
Dependencies
groupId
. To get it, run the List groups operation via the Identity and Access Management API.
- contractId
. To get it, run the List contracts or List products per contract operation via the Contract API.Integration methods
GET https://{{host}}/cam/v1/property-lookups/:lookupId
GET https://{{host}}/cam/v1/access-keys/:accessKeyUid/versions/:version/properties
GET https://{{host}}/cam/v1/access-keys/:accessKeyUid/versions/:version/property-lookup-id
GET https://{{host}}/cam/v1/access-key-create-requests/:requestId
GET https://{{host}}/cam/v1/access-key-version-create-requests/:requestId
POST https://{{host}}/cam/v1/access-keys
GET https://{{host}}/cam/v1/access-keys
ENDPOINTS