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
List enrollmentsGET/enrollments
Create an enrollmentPOST/enrollments
Remove an enrollmentDELETE/enrollments/​{enrollmentId}
Get an enrollmentGET/enrollments/​{enrollmentId}
Update an enrollmentPUT/enrollments/​{enrollmentId}
Get DV historyGET/enrollments/​{enrollmentId}/​dv-history
Get certificate historyGET/enrollments/​{enrollmentId}/​history/​certificates
Changes
Cancel a changeDELETE/enrollments/​{enrollmentId}/​changes/​{changeId}
Get change statusGET/enrollments/​{enrollmentId}/​changes/​{changeId}
Get a deployment scheduleGET/enrollments/​{enrollmentId}/​changes/​{changeId}/​deployment-schedule
Get change historyGET/enrollments/​{enrollmentId}/​history/​changes
Get a changeGET/enrollments/​{enrollmentId}/​changes/​{changeId}/​input/​info/​{allowedInputTypeParam}
Update a changePOST/enrollments/​{enrollmentId}/​changes/​{changeId}/​input/​update/​{allowedInputTypeParam}
Deployments
Update a deployment schedulePUT/enrollments/​{enrollmentId}/​changes/​{changeId}/​deployment-schedule
List deploymentsGET/enrollments/​{enrollmentId}/​deployments
Get production deploymentGET/enrollments/​{enrollmentId}/​deployments/​production
Get staging deploymentGET/enrollments/​{enrollmentId}/​deployments/​staging