Get a Premium DNS subscription, or search them
eurodns_premium_dns_get_subscriptionRetrieve a Premium DNS subscription by ID to check its status, term, and domain, or search subscriptions by status and domain when no ID is provided.
Instructions
Returns one Premium DNS subscription with its status, term and domain by id, or searches the account’s Premium DNS subscriptions by status and domain when id is omitted. Use it to check a renewal date or before changing a plan; eurodns_subscription_search covers every product at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric id of the Premium DNS subscription to return. Omit it to search them by status and domain. | |
| page | No | 1-based page number. There is no page meaning everything: walk pages until a short one comes back. | |
| size | No | Results per page, 1 to 500. A wide page is truncated by the character limit, so prefer a filter to a large size. | |
| sortField | No | Result field to sort on, spelled as in the response items. Unsorted when omitted. | |
| sortOrder | No | ASC or DESC; only read with sortField. | |
| domainName | No | The domain name the Premium DNS subscription(s) you search for are related to | |
| subscriptionStatus | No | Keep only subscriptions in this lifecycle status, e.g. ACTIVE, TO_RENEW or PROVISIONING. Omit for every status. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |