Need help? Call Live Support at +31 (0) 38 453 07 59

Attention! You're currently using the OT&E environment.

Used to update an ACME subscription

  • POSTMethod
  • /v2/ssl/acme/acmeSubscriptionId/updateURL
  • application/jsonContent-Type
Name Type Description Restrictions
acmeSubscriptionId Integer The ID of the subscription
Name Type Required / Optional Description Restrictions
quote Boolean Optional If true, validate the request and request a quote for the action
Name Type Required / Optional Description Restrictions
domainNames List <String> Optional List of Domain Names
  • Regular expression: (?:\*\.)?(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+(?:[a-z][a-z0-9-]{0,61}[a-z0-9])
  • Minimum length: 4
  • Maximum length: 255
organization String Optional The organization, see requiredFields/optionalFields in ssl product metadata for supported usage
  • Minimum length: 1
  • Maximum length: 64
country String Optional The country, see requiredFields/optionalFields in ssl product metadata for supported usage
  • Minimum length: 2
  • Maximum length: 2
state String Optional The state, see requiredFields/optionalFields in ssl product metadata for supported usage
  • Minimum length: 1
  • Maximum length: 60
address String Optional The address, see requiredFields/optionalFields in ssl product metadata for supported usage
  • Minimum length: 1
  • Maximum length: 60
postalCode String Optional The postal code, see requiredFields/optionalFields in ssl product metadata for supported usage
  • Minimum length: 1
  • Maximum length: 10
city String Optional The city, see requiredFields/optionalFields in ssl product metadata for supported usage
  • Minimum length: 1
  • Maximum length: 60
autoRenew Boolean Optional Automatically renew subscription
period Integer Optional The validity period to use for auto renewal of the subscription
approver approver Optional Approver of the ACME subscription, see requiredFields/optionalFields in ssl product metadata for usage.
Name Type Required / Optional Description Restrictions
firstName String Required First name of the approver
  • Minimum length: 1
  • Maximum length: 40
lastName String Required Last name of the approver
  • Minimum length: 1
  • Maximum length: 40
jobTitle String Optional Job title of the approver
  • Minimum length: 1
  • Maximum length: 40
email String Required Email address of the approver
  • Regular expression: (?=.{1,64}@)[a-z0-9_\-+]+(?:\.[a-z0-9_\-+]+)*@(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+(?:[a-z][a-z0-9-]{0,61}[a-z0-9])
  • Minimum length: 6
  • Maximum length: 255
voice String Required The voice telephone number of the approver
  • Regular expression: \+[0-9]{1,3}\.[0-9]{1,14}
  • Minimum length: 4
  • Maximum length: 17

Successful request

  • 200 OKHTTP Status
  • 202 AcceptedHTTP Status

Failed requests

Generic errors can be expected.

The ID of the subscription
If true, validate the request and request a quote for the action
List of Domain Names
The organization, see requiredFields/optionalFields in ssl product metadata for supported usage
The country, see requiredFields/optionalFields in ssl product metadata for supported usage
The state, see requiredFields/optionalFields in ssl product metadata for supported usage
The address, see requiredFields/optionalFields in ssl product metadata for supported usage
The postal code, see requiredFields/optionalFields in ssl product metadata for supported usage
The city, see requiredFields/optionalFields in ssl product metadata for supported usage
Automatically renew subscription
The validity period to use for auto renewal of the subscription
First name of the approver
Last name of the approver
Job title of the approver
Email address of the approver
The voice telephone number of the approver

POST /v2/ssl/acme/acmeSubscriptionId/update
Content-Type: application/json

{}