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.
Operation | Method | Endpoint |
---|---|---|
Enrollments | ||
Limited availability List active certificates | GET | /active-certificates |
List enrollments | GET | /enrollments |
Create an enrollment | POST | /enrollments |
Remove an enrollment | DELETE | /enrollments/ā{enrollmentId} |
Get an enrollment | GET | /enrollments/ā{enrollmentId} |
Update an enrollment | PUT | /enrollments/ā{enrollmentId} |
Cancel a change | DELETE | /enrollments/ā{enrollmentId}/āchanges/ā{changeId} |
Get change status | GET | /enrollments/ā{enrollmentId}/āchanges/ā{changeId} |
Get a deployment schedule | GET | /enrollments/ā{enrollmentId}/āchanges/ā{changeId}/ādeployment-schedule |
Update a deployment schedule | PUT | /enrollments/ā{enrollmentId}/āchanges/ā{changeId}/ādeployment-schedule |
Get a change | GET | /enrollments/ā{enrollmentId}/āchanges/ā{changeId}/āinput/āinfo/ā{allowedInputTypeParam} |
Update a change | POST | /enrollments/ā{enrollmentId}/āchanges/ā{changeId}/āinput/āupdate/ā{allowedInputTypeParam} |
List deployments | GET | /enrollments/ā{enrollmentId}/ādeployments |
Get production deployment | GET | /enrollments/ā{enrollmentId}/ādeployments/āproduction |
Get staging deployment | GET | /enrollments/ā{enrollmentId}/ādeployments/āstaging |
Get DV history | GET | /enrollments/ā{enrollmentId}/ādv-history |
Get certificate history | GET | /enrollments/ā{enrollmentId}/āhistory/ācertificates |
Get change history | GET | /enrollments/ā{enrollmentId}/āhistory/āchanges |