Logo
Akamai APIs API Documentation

Property versions

Number of APIs: 6


1. Create a new property version

POST https://{{host}}/papi/v1/properties/:propertyId/versions



2. List property versions

GET https://{{host}}/papi/v1/properties/:propertyId/versions



3. Get the latest property version

GET https://{{host}}/papi/v1/properties/:propertyId/versions/latest



4. Get a property version

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



5. List available behaviors for a property

GET https://{{host}}/papi/v1/properties/:propertyId/versions/:propertyVersion/available-behaviors



6. List available criteria for a property

GET https://{{host}}/papi/v1/properties/:propertyId/versions/:propertyVersion/available-criteria



ENDPOINTS