Enrollments

Number of APIs: 7

  1. Create an enrollment POST https://{{host}}/cps/v2/enrollments?contractId={{contractId}}

  2. Get an enrollment GET https://{{host}}/cps/v2/enrollments/:enrollmentId

  3. Update an enrollment PUT https://{{host}}/cps/v2/enrollments/:enrollmentId

  4. Remove an enrollment DELETE https://{{host}}/cps/v2/enrollments/:enrollmentId

  5. Get DV history GET https://{{host}}/cps/v2/enrollments/:enrollmentId/dv-history

  6. Get certificate history GET https://{{host}}/cps/v2/enrollments/:enrollmentId/history/certificates

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