Call information
Sectigo will call the URL you provide.
HTTP methods and event types
-
For most event types, Sectigo uses a
GETrequest to your URL when only status information is sent. -
If certificate delivery is enabled, Sectigo uses a
POSTrequest and includes the certificate and chain. -
For the
PreRevocationNotificationevent type, aPOSTrequest is always used.
Parameters for all event types (except PreRevocationNotification)
Without certificate push
These parameters will be passed via an HTTP(S) GET request to your URL as follows:
| Parameter | Type | Description |
|---|---|---|
|
string |
Sectigo order number. |
|
integer |
Sectigo certificate ID. |
|
string |
The type of push notification. |
With certificate push
The preceding parameters are sent, with two additions.
All parameters are sent to your URL in an HTTP(S) POST request.
| Parameter | Type | Description |
|---|---|---|
|
string |
A certificate encoded in PEM format (Base64 with PEM headers). |
|
string |
PEM-encoded certificate chain. |
Additional parameters for Certificate event type
| Parameter | Type | Description |
|---|---|---|
|
string |
The certificate status. |
|
integer |
Certificate status as an integer value. For more information, see Status codes. |
|
string |
The brief description of the status. |
|
string |
Removed domains from the certificate ( |
|
integer |
CRL reason codes for end-entity TLS certificates. |
|
string |
CRL reason name. |
|
string |
Logo URL for BIMI DNS record creation. This parameter is only relevant for issued mark certificate products when using the CA-hosted mode. |
|
string |
The URL of the certificate PEM file for BIMI DNS record creation. This is relevant for issued mark certificate products when the CA-hosted mode is selected. |
Additional parameters for CallBack event type
| Parameter | Type | Description |
|---|---|---|
|
string |
The certificate status. |
|
integer |
The certificate status as an integer value. For more information, see Status codes. |
|
string |
The brief description of the status. |
|
string |
Verification code for callback confirmation. |
Additional parameters for Agreement event type
| Parameter | Type | Description |
|---|---|---|
|
string |
The certificate status. |
|
integer |
Certificate status as an integer value. For more information, see Status codes. |
|
string |
The brief description of the status. |
|
string |
Verification code for click-through agreement confirmation. |
Additional parameters for MasterAccount event type
| Parameter | Type | Description |
|---|---|---|
|
string |
The status of the organization pre-validation sign up (such as, master account). |
|
string |
The brief description of the organization pre-validation status. |
|
string |
Organization pre-validation creation date ( |
|
string |
Organization pre-validation expiration date ( |
Additional parameters for SiteLockFreemium event type
| Parameter | Type | Description |
|---|---|---|
|
string |
The status of synchronization with the SiteLock platform. |
|
string |
The status description. |
|
integer |
SiteLock user ID. |
|
string |
SiteLock site IDs. |
Parameters for PreRevocationNotification event type
The following parameters will always be passed as an HTTP(S) POST request to your URL.
| Parameter | Type | Description |
|---|---|---|
|
string |
The type of push notification. |
|
integer |
CRL reason codes for end-entity TLS сertificates. |
|
string |
CRL revocation reason name. |
|
string |
Pre-revocation email subject (Base64-encoded value). |
|
string |
Pre-revocation email body (Base64-encoded value). |
|
string |
Certificate serial numbers list, separated by semicolons |
|
string |
Product type names list, separated by semicolons |
Other optional parameters
| Parameter | Type | Description |
|---|---|---|
|
string |
An external order identifier provided when placing the order, used to track and correlate the order across API responses and notifications. |
|
string |
ACME account identifier. |
|
string |
ACME order identifier. |
|
string |
ACME External Account Binding (EAB) Key ID. |
|
string |
The order number of the certificate that this certificate replaces (if known). |