Used to get information about an ACME subscription
| Name | Type | Description | Restrictions |
|---|---|---|---|
| acmeSubscriptionId | Integer | The ID of the subscription |
| Name | Type | Required / Optional | Description | Restrictions |
|---|---|---|---|---|
| fields | String | Optional | Select fields to include in the response, comma separated list of field names. Requesting only the needed fields improves response time, especially when omitting relation fields. Identifying field(s) are always included. |
|
| Name | Type | Required / Optional | Description |
|---|---|---|---|
| id | Integer | Required | ID of subscription |
| product | String | Required | Product name |
| domainNames | List <String> | Optional | List of domain names |
| organization | String | Optional | Organization or individual name |
| address | String | Optional | Street address |
| city | String | Optional | City |
| state | String | Optional | State or province |
| postalCode | String | Optional | Postal or ZIP code |
| country | String | Optional | Country code (ISO) |
| createdDate | Timestamp | Required | Subscription created date |
| updatedDate | Timestamp | Optional | Subscription updated date |
| expiryDate | Timestamp | Required | Subscription expiry date |
| period | Integer | Required | Subscription period |
| directoryUrl | String | Required | ACME directory endpoint |
| autoRenew | Boolean | Required | Automatically renew subscription |
| certValidity | Integer | Optional | Certificate validity in days |
| orgValidUntil | Timestamp | Optional | Organization validation expiry (OV/EV) |
| status | Enum | Required |
Subscription status
Possible values:
|
| approver | approver | Optional | Approver of the ACME subscription, see requiredFields/optionalFields in ssl product metadata for usage. |
| Name | Type | Required / Optional | Description |
|---|---|---|---|
| firstName | String | Required | First name of the approver |
| lastName | String | Required | Last name of the approver |
| jobTitle | String | Optional | Job title of the approver |
| String | Required | Email address of the approver | |
| voice | String | Required | The voice telephone number of the approver |
Generic errors can be expected.
GET /v2/ssl/acme/acmeSubscriptionId