See the API's various operations for details on their request parameters and response data.

You can also run this API with a Postman collection.

Run in Postman

OperationMethodEndpoint
Enrollments
Limited availability List active certificatesGET/active-certificates
List enrollmentsGET/enrollments
Create an enrollmentPOST/enrollments
Remove an enrollmentDELETE/enrollments/​{enrollmentId}
Get an enrollmentGET/enrollments/​{enrollmentId}
Update an enrollmentPUT/enrollments/​{enrollmentId}
Cancel a changeDELETE/enrollments/​{enrollmentId}/​changes/​{changeId}
Get change statusGET/enrollments/​{enrollmentId}/​changes/​{changeId}
Get a deployment scheduleGET/enrollments/​{enrollmentId}/​changes/​{changeId}/​deployment-schedule
Update a deployment schedulePUT/enrollments/​{enrollmentId}/​changes/​{changeId}/​deployment-schedule
Get a changeGET/enrollments/​{enrollmentId}/​changes/​{changeId}/​input/​info/​{allowedInputTypeParam}
Update a changePOST/enrollments/​{enrollmentId}/​changes/​{changeId}/​input/​update/​{allowedInputTypeParam}
List deploymentsGET/enrollments/​{enrollmentId}/​deployments
Get production deploymentGET/enrollments/​{enrollmentId}/​deployments/​production
Get staging deploymentGET/enrollments/​{enrollmentId}/​deployments/​staging
Get DV historyGET/enrollments/​{enrollmentId}/​dv-history
Get certificate historyGET/enrollments/​{enrollmentId}/​history/​certificates
Get change historyGET/enrollments/​{enrollmentId}/​history/​changes