View KeyLocker signatures
GET https://www.digicert.com/services/v2/order/certificate/{{order_id}}/signature-unit
Use this endpoint to get details about the number of signatures purchased and used for a code signing certificate order using the DigiCert KeyLocker provisioning method.
Example requests and responses
Path parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
order_id | required | string | ID of a Code Signing Certificate order using the KeyLocker provisioning method. |
Response parameters
Name | Type | Description |
---|---|---|
signatures | object | Details about the KeyLocker signatures for the order. |
.. signatures_allotted | integer | Total number of signatures purchased for the order. |
.. signatures_consumed | integer | Total number of signatures used for the order. |
user_assigned | object | Details about the KeyLocker user assigned to the code signing certificate. |
.. name | string | Name of user assigned to the certificate. |
string | Email address of user assigned to the certificate. | |
account_id | integer | Account ID. |
order_id | integer | Order ID. |
certificate_id | integer | Certificate ID. |