Number of APIs: 3
The Script Management API is a companion to the Script Management dashboard on Akamai Control Center. The dashboard gathers metrics and analysis that show you which scripts on your site are causing large-set impacts on its performance. You can review this information on the dashboard before creating policies to decide if you want to block or defer certain scripts. Use this API to: Create an authentication credential that contains the client token and client secret required to authenticate Akamai API requests. Note: Only Akamai customers can create credentials. If you aren't an Akamai customer and wish to become one, you can sign up for our services. 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. Make sure you have the following services configured before using this API: You can use this API collection in these integration methods:
- API
Authentication
[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
propertyId
. It's required for all the operations in this API. To get it, run the List properties operation via the Property Manager API. Also, you need to include the PAPI-Use-Prefixes
header set to false
to remove the prp_
prefix from the response, as it's not used in the Script Management API operations.Integration methods
GET https://{{host}}/script-management/v1/properties/:propertyId/hostnames/:hostname/network/:network/insights
POST https://{{host}}/script-management/v1/properties/:propertyId/hostnames/:hostname/network/:network/policies
GET https://{{host}}/script-management/v1/properties/:propertyId/hostnames/:hostname/network/:network/policies
ENDPOINTS