External DocumentationTo learn more, visit the DigiCert documentation.
Actions
List Orders
Retrieve all certificate orders.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Date Created | The creation date to filter orders by. |
| Email or Domain Search | The 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. |
| Limit | The maximum number of orders to return per page. Maximum value is 5000. |
| Offset | The index of the first result to return. |
| Order ID | The order ID to filter orders by. |
| Order Status | Select the status to filter orders by. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Sort | Select the field name to sort the results by. Select ascending or descending for each field. |
| Valid Until | The certificate expiration date to filter orders by. |
{
"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
}
}
Was this page helpful?