HTTP verbs
The REST Enrollment APIs follow standard HTTP semantics.
The following table describes the HTTP verbs used in the REST enrollment API.
| Verb | What it does | Typical use in this API |
|---|---|---|
| GET | Read-only retrieval | Fetch a certificate using certId |
| POST | Create or perform an action | Enroll, renew, replace, revoke a certificate |
| DELETE | Remove a resource (if supported) | Revoke a certificate |
Updated 29 days ago