Logo
Akamai APIs API Documentation

Enrollments

Number of APIs: 7


1. List enrollments

GET https://{{host}}/cps/v2/enrollments?contractId={{contractId}}



2. Create an enrollment

POST https://{{host}}/cps/v2/enrollments?contractId={{contractId}}



3. Get an enrollment

GET https://{{host}}/cps/v2/enrollments/:enrollmentId



4. Update an enrollment

PUT https://{{host}}/cps/v2/enrollments/:enrollmentId



5. Remove an enrollment

DELETE https://{{host}}/cps/v2/enrollments/:enrollmentId



6. Get DV history

GET https://{{host}}/cps/v2/enrollments/:enrollmentId/dv-history



7. Get certificate history

GET https://{{host}}/cps/v2/enrollments/:enrollmentId/history/certificates



ENDPOINTS