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 all certificate orders.
External DocumentationTo learn more, visit the DigiCert documentation.

Parameters

ParameterDescription
Date CreatedThe creation date to filter orders by.
Email or Domain SearchThe email address or common name partial match to filter orders by.

Note: To search for values that contain a specific string add ’%’ before the string.
LimitThe maximum number of orders to return per page. Maximum value is 5000.
OffsetThe index of the first result to return.
Order IDThe order ID to filter orders by.
Order StatusSelect the status to filter orders by.
Return All PagesAutomatically fetch all resources, page by page.
SortSelect the field name to sort the results by. Select ascending or descending for each field.
Valid UntilThe certificate expiration date to filter orders by.

Example Output

{
	"orders": [
		{
			"id": 123456,
			"certificate": {
				"id": 104,
				"common_name": "example.com",
				"dns_names": [
					"example2.com",
					"example3.com"
				],
				"signature_hash": "sha256"
			},
			"status": "pending",
			"is_renewed": false,
			"date_created": "2018-10-16T17:29:56+00:00",
			"organization": {
				"id": 112233,
				"name": "Epigyne Unwieldiness llc"
			},
			"validity_years": 1,
			"disable_renewal_notifications": false,
			"container": {
				"id": 14,
				"name": "DigiCert Inc."
			},
			"product": {
				"name_id": "ssl_plus",
				"name": "Standard SSL",
				"type": "ssl_certificate"
			},
			"has_duplicates": false,
			"product_name_id": "ssl_plus"
		}
	],
	"page": {
		"total": 31,
		"limit": 0,
		"offset": 0
	}
}

Workflow Library Example

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