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.

Generate an order or renewal request for certificates using Multi-year Plan subscriptions. Note: Certificate renewals must be requested from the same account used for the original order.
External DocumentationTo learn more, visit the DigiCert documentation.

Basic Parameters

ParameterDescription
Billing AddressThe street address associated with the credit card.
Billing Address CityThe city associated with the credit card billing address.
Billing Address CountryThe country associated with the credit card billing address.
Billing Address StateThe state or province associated with the credit card billing address.
Billing Address ZipThe ZIP or postal code associated with the credit card billing address.
Cardholder NameThe name of the cardholder as it appears on the credit card.
Certificate Common NameThe domain to be secured by the certificate.
Certificate Dns NamesA comma-separated list of additional domais to be secured. Can result in additional costs.
Certificate Signature HashThe hash algorithm used to sign the certificate. Code signing certificates supports only SHA-256.
Certificate Signing RequestThe certificate signing request in PEM format.
Credit Card CVVThe CVV security code of the credit card.
Credit Card Expiration MonthThe expiration month of the credit card. The valid range is 01-12.
Credit Card Expiration YearThe expiration year of the credit card. The format is YYYY.
Credit Card NumberThe credit card number to charge for this order.
Order ValidityThe validity period of the certificate.

For Example:
{
“years”: 1
}
Organization IDThe ID of an existing organization to associate with the order. Can be obtained from the List Orders action.

Note: Not required when creating a new organization with the request.
Payment MethodSelect the payment method to use for this order.
Product IDSelect the product ID for the certificate type to order.
Renewal Of Order IDThe ID of the existing order this certificate renews. Can be obtained from the List Orders action.

Note: Required for renewals when Renewed Thumbprint is not provided.
Renewed ThumbprintThe thumbprint of the certificate being renewed.

Note: Required for renewals when Renewal of Order ID is not provided.

For more information about certificate thumbprints refer to DigiCert documentation.
Server Platform IDSelect the ID of the server platform.

Advanced Parameters

ParameterDescription
Additional ParametersA JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters.

For example:
{
“first_key”: 12345,
“second_key”: “some_value”
}
The object must follow the vendor’s structure as defined in the API documentation.

Example Output

{
	"id": 112233,
	"domains": [
		{
			"id": 1469,
			"name": "example.com",
			"dns_name": "example.com"
		}
	],
	"certificate_id": 113,
	"certificate_chain": [
		{
			"subject_common_name": "example.com",
			"pem": "<pem_certificate>"
		}
	]
}

Workflow Library Example

Order Multi Year Plan with Digicert and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop