Check certificate status
Use this endpoint to check the current status of a certificate identified by its certId.
The response includes the certificate’s status and Domain Control Validation (DCV) information when applicable.
Note: This page covers the essentials. For full parameters, examples, and response schema, see Check certificate status (API Reference).
Request
- Authorization:
Bearer <access_token>(see Authentication and Create Access Token). - Method:
GET. - Base URL: see Base URL.
- Path:
/api/v1/certificates/{certId}/status. - Path parameter:
certId: ID returned from a previous enrollment request.
Response
- Success: returns a JSON payload containing a
statusstring and adcvInfoobject. - Failure: returns an error code and a corresponding description.
Updated 24 days ago