Logo
Akamai APIs API Documentation

Property Manager API-Create a Delivery Configuration

Number of APIs: 8


1. List Products

GET https://{{host}}/papi/v1/products?contractId={{contractId}}



2. Create CP Code

POST https://{{host}}/papi/v1/cpcodes?contractId={{contractId}}&groupId={{groupId}}



3. List CP Codes

GET https://{{host}}/papi/v1/cpcodes?groupId={{groupId}}&contractId={{contractId}}



4. Create Edge Hostname for AMD

POST https://{{host}}/papi/v1/edgehostnames?contractId={{contractId}}&groupId={{groupId}}



5. Create Delivery Config

POST https://{{host}}/papi/v1/properties?contractId={{contractId}}&groupId={{groupId}}



6. Update the hostnames

PUT https://{{host}}/papi/v1/properties/{{propertyId}}/versions/{{propertyVersion}}/hostnames?validateHostnames=false



7. Update the Config Rules

PUT https://{{host}}/papi/v1/properties/{{propertyId}}/versions/{{propertyVersion}}/rules



8. Activate the Config

POST https://{{host}}/papi/v1/properties/{{propertyId}}/activations?contractId={{contractId}}&groupId={{groupId}}



ENDPOINTS