Unsuccessful responses
Errors
Error responses contain an HTTP/1.1 status code, type, and detail.
Example error response
{
"type": "urn:sectigo:params:acme:error:malformed",
"detail": "The 'acmeAccountID' argument is missing!"
}
Response parameters
Name | Type | Description |
---|---|---|
type |
string |
An error code specifying the nature of the error. |
detail |
string |
A description of the error. |
Error codes
HTTP Status Code | Type | Detail | Description |
---|---|---|---|
400 |
|
|
The |
400 |
|
|
The provided value for the |
400 |
|
|
The provided value for the |
400 |
|
|
This error indicates a failure to perform Base64url encoding. |
401 |
|
|
Authentication has failed due to one of the specified reasons. Verify your login credentials or check account restrictions. |
403 |
|
|
HTTPS must be used for the request, which is a secure way of conveying data over the internet. |
403 |
|
|
The account with this status cannot be deactivated. |
403 |
|
|
The most probable reason for a failure of this request is an attempt to remove the domain after the subscription extension period is over. |
403 |
|
|
This request is not applicable for Domain Validation (DV) certificate issuance. |
403 |
|
|
You do not have the required permissions. Contact support for further assistance. |
403 |
|
|
Your subscription has either expired, is beyond the extension window, or does not exist. |
403 |
|
|
The account is missing pricing configuration for the subscription. Contact support for details. |
403 |
|
|
The prices set in the applicable pricing band need to be verified and updated. |
403 |
|
|
The account has insufficient funds and could not be debited. Please check account status and balance, and top up funds to be able to proceed. |
403 |
|
|
The Tier 1 account failed to process a debit transaction. Contact support for details. |
403 |
|
|
The Tier 1 account reached its credit limit. Contact support for details. |
403 |
|
|
The Partner Account ID is missing from the request. Provide the required ID to proceed. |
403 |
|
|
The |
403 |
|
|
The |
403 |
|
|
Multiple active subscriptions conflict has occurred. Contact support for details. |
403 |
|
|
The subscription must be extended within the extension window before adding new domains. |
403 |
|
|
The subscription is either invalid, or cannot be extended as the extension window is over. Start a new subscription. |
403 |
|
|
The specified domain name is not found in the current subscription. |
403 |
|
|
Multiple subscriptions are causing conflicts during the extension process. Contact support for details. |
403 |
|
|
There is no subscription currently within the extension eligibility window. |
403 |
|
|
The subscription has no domain names. Add at least one domain name to proceed. |
403 |
|
|
The domain you are trying to add is already present in the active subscription. |
403 |
|
|
The requested action cannot be performed as the subscription has already expired. |
405 |
|
|
The HTTP method that must be used for this request is POST (instead of GET). |
429 |
|
|
You have exceeded the allowed number of requests within a certain timeframe. |
500 |
|
|
An unexpected error occurred on the server. |