Update Status of Certificate Request

Use this API to approve, reject, or cancel an existing enrollment/renewal request.

PUTcertview/rest/public/v1/certificates/enrollment/digicert/orders/{certificate_order_uuid}/status

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

status 

Mandatory

string

Provide one of the following: APPROVED, CANCELLED, REJECTED

Ensure:

  • Only one of approvers, pki or manager can approve, reject or cancel

  • Once approved request can not rejected or canceled

comment 

Mandatory

string

 Comments about the status change.

Sample to Update Status of Certificate RequestSample to Update Status of Certificate Request

API Request

curl -X PUT
"<qualys_base_url>/certview/v1/certificates/digicert/orders/cb95d100-ec30-11ea-920d-eb66140967e3/status" -H "Accept: application/json" -H "Content-Type: application/json" 
-d '{"comment": "API request Cancelled","status": "CANCELLED"}' 
-H "Authorization: Bearer <jwt token>"

Response

No Content
Response Code: 204