> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Certificate Status

Update a certificate's status.

## Parameters

<div className="integrations-table">
  | Parameter      | Description                                                                                                                                                                                                                                           |
  | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Decline Reason | Reason for the decline. The parameter is only supported if the `Operation` value is `DECLINE`.                                                                                                                                                        |
  | Operation      | The operation on the certificate.<br /><br />`SUSPEND` and `UNSUSPEND` operations are valid only for certificates in a state of `READY` or `ACTIVE`.<br />`APPROVE` and `DECLINE` operations are valid only for certificates in a state of `PENDING`. |
  | Tracking ID    | The tracking ID of the required certificate.                                                                                                                                                                                                          |
</div>

## Example Output

```json theme={"dark"}
{
	"trackingId": 0,
	"endEntityCert": "string",
	"chainCerts": [
		"string"
	],
	"serialNumber": "string",
	"expiresAfter": "2025-04-07T12:37:13.462Z",
	"pickupUrl": "https://www.entrust.net/ssl/certpickup.cfm?id=5555555-0C227220-A9C9-46A9-95B7-E412C4264F5F",
	"pkcs12": "string",
	"vmcHostingDetails": [
		{
			"domain": "example.com",
			"certificateUrl": "https://bimi.entrust.net/example.com/certificatechain.pem",
			"logoUrl": "https://bimi.entrust.net/example.com/logo.svg"
		}
	]
}
```

## Workflow Library Example

[Update Certificate Status with Entrust Certificate Services and Send Results Via Email](https://library.blinkops.com/workflows/update-certificate-status-with-entrust-certificate-services-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-certificate-status-with-entrust-certificate-services-and-send-results-via-email/canvas" />
</div>
