List orders
GET https://www.digicert.com/services/v2/order/certificate
Use this endpoint to list all certificate orders.
Notice
Change the ACCEPT
header to text/csv
to return a CSV output of the results.
Example requests and responses
Filters and URL query parameters
This endpoint supports filters, sorting, and pagination. For general information and examples of the syntax to use when applying filters and sorting results, see Services API - Filters, sorting, and pagination parameters.
Name | Req/Opt | Type | Description |
---|---|---|---|
filters[ | optional | string | Filters results by the specified property. Replace
|
filters[search] | optional | string | Limits response to results where the value of the Examples:
|
sort | optional | string | Sorts results by the value of one or more properties. By default, sorts results in ascending alphabetical order (0-9, A-Z). To sort in descending alphabetical order (9-0, Z-A), prefix the property name with a minus ( To sort by multiple properties, separate the name of each property with a comma. Sort hierarchy matches the order of properties in this list. This endpoint supports sorting by the following properties:
|
offset | optional | int | Index of the first result to include in the response. Default: |
limit | optional | int | Total number of results to include in the response. Max: |
Response parameters
Name | Type | Description |
---|---|---|
orders | array | List of orders returned by the request. |
.. id | int | Order ID. |
.. certificate | object | Details about the certificate ordered. |
.. .. id | int | Certificate ID. |
.. .. common_name | string | Name secured by the certificate. |
.. .. dns_names | array | List of additional names secured by the certificate. |
.. .. valid_till | string | Expiration date of the certificate. Format: |
.. .. days_remaining | int | Number of days until certificate expires. |
.. .. signature_hash | string | Signing algorithm used by the certificate. |
.. status | string | Status of the order. See Glossary – Order status. |
.. is_renewed | bool | Specifies if the order has been renewed. |
.. date_created | string | Order creation date. Format: UTC timezone and ISO 8601 date |
.. organization | object | Details about the organization associated with the order. |
.. .. id | int | Organization ID. |
.. .. name | string | Legal name of the organization. |
.. validity_years | int | Number of years the certificate will be valid. |
.. disable_renewal_notifications | bool | Specifies if renewal notifications are enabled. |
.. container | object | Details about the container associated with the order. |
.. .. id | int | Container ID. |
.. .. name | string | Name of the container. |
.. product | object | Details about the ordered product. |
.. .. name_id | string | Name ID of the product. See Glossary – Product identifiers. |
.. .. name | string | Display name of the product. See Glossary – Product identifiers. |
.. .. type | string | Product type. See Glossary – Product types. |
.. duplicates_count | int | Number of duplicate certificates associated with the order. |
.. has_duplicates | bool | Specifies if there are duplicates. |
.. reissues_count | int | Number of reissued certificates associated with the order. |
.. has_reissues | bool | Specifies if there are reissues. |
.. product_name_id | string | Name ID of the product. See Glossary – Product identifiers. |
object | Details about results. Modified using URL query strings. |