Get a single certificate.

Execute this action To obtain the CSR used to order a certificate or the encoded certificate object.

Parameters

ParameterDescription
Tracking IDThe tracking ID of the required certificate.

Example Output

{
	"trackingId": 0,
	"status": "ACTIVE",
	"dn": "string",
	"serialNumber": "string",
	"subjectAltName": [
		{
			"type": "otherName",
			"value": "string"
		}
	],
	"issueDateTime": "2025-04-07T07:24:44.354Z",
	"expiresAfter": "2025-04-07T07:24:44.354Z",
	"signingAlg": "string",
	"eku": "string",
	"keySize": 0,
	"keyType": "RSA",
	"org": "string",
	"ou": [
		"string"
	],
	"certType": "string",
	"tracking": {
		"trackingInfo": "string",
		"customFields": {
			"text1": "string",
			"text2": "string",
			"text3": "string",
			"text4": "string",
			"text5": "string",
			"text6": "string",
			"text7": "string",
			"text8": "string",
			"text9": "string",
			"text10": "string",
			"text11": "string",
			"text12": "string",
			"text13": "string",
			"text14": "string",
			"text15": "string",
			"number1": 0,
			"number2": 0,
			"number3": 0,
			"number4": 0,
			"number5": 0,
			"date1": "2025-04-07",
			"date2": "2025-04-07",
			"date3": "2025-04-07",
			"date4": "2025-04-07",
			"date5": "2025-04-07",
			"email1": "user@example.com",
			"email2": "user@example.com",
			"email3": "user@example.com",
			"email4": "user@example.com",
			"email5": "user@example.com",
			"dropdown1": "string",
			"dropdown2": "string",
			"dropdown3": "string",
			"dropdown4": "string",
			"dropdown5": "string"
		},
		"requesterName": "string",
		"requesterEmail": "user@example.com",
		"requesterPhone": "string",
		"additionalEmails": [
			"user@example.com"
		],
		"deactivated": true,
		"deactivatedOn": "2025-04-07T07:24:44.354Z"
	},
	"domainUsed": "string",
	"isThirdParty": true,
	"thumbprint": "string",
	"vmcHostingDetails": [
		{
			"domain": "example.com",
			"certificateUrl": "https://bimi.entrust.net/example.com/certificatechain.pem",
			"logoUrl": "https://bimi.entrust.net/example.com/logo.svg"
		}
	],
	"requestDateTime": "2025-04-07T07:24:44.354Z",
	"renewalInfo": {
		"retryAfter": "21600",
		"suggestedWindow": {
			"start": "2021-01-03T00:00:00Z",
			"end": "2021-01-07T00:00:00Z"
		},
		"explanationURL": "https://www.entrust.net/ari/CIR20240529-00"
	},
	"incidentAffected": true,
	"incidentList": [
		{
			"incidentIdentifier": "CIR20240529-00",
			"description": "Renewal incident",
			"explanationURL": "https://www.entrust.net/ari/CIR20240529-00"
		}
	],
	"endEntityCert": "string",
	"csr": "string",
	"creatorName": "string",
	"declineReason": "string",
	"pickupUrl": "https://www.entrust.net/ssl/certpickup.cfm?id=5555555-0C227220-A9C9-46A9-95B7-E412C4264F5F",
	"chainCerts": [
		"string"
	]
}

Workflow Library Example

Get Certificate with Entrust Certificate Services and Send Results Via Email

Preview this Workflow on desktop