Skip to main content

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.

Retrieve a list of certificate products.
External DocumentationTo learn more, visit the DigiCert documentation.

Example Output

{
	"products": [
		{
			"group_name": "code_signing_certificate",
			"name_id": "code_signing",
			"name": "Code Signing",
			"type": "code_signing_certificate",
			"allowed_container_ids": [
				123456
			],
			"allowed_validity_years": [
				1,
				2,
				3
			],
			"allowed_order_validity_years": [
				1,
				2,
				3
			],
			"signature_hash_types": {
				"allowed_hash_types": [
					{
						"id": "sha256",
						"name": "SHA-256"
					}
				],
				"default_hash_type_id": "sha256"
			},
			"csr_required": false
		}
	]
}

Workflow Library Example

List Products with Digicert and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop