Logo
Akamai APIs API Documentation

Change requests

Number of APIs: 3


1. List change requests

GET https://{{host}}/hapi/v1/change-requests

Get the list of pending change requests for the logged-in account and context.



2. Get a change request

GET https://{{host}}/hapi/v1/change-requests/:changeId

Get a change request status and details specified by the change ID that is provided when you make a change request.



3. List change requests per edge hostname

GET https://{{host}}/hapi/v1/dns-zones/:dnsZone/edge-hostnames/:recordName/change-requests

Get the list of all change requests that have been made for the specified edge hostname.



ENDPOINTS