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