Search subscriptions across products
eurodns_subscription_searchSearch every subscription on your account across SSL, email, Premium DNS, Microsoft, and more. Filter by status, expiry, or auto-renewal to identify renewals and lapses before they occur.
Instructions
Searches every subscription on the account regardless of product — SSL, email, Premium DNS, Microsoft, HTTPS redirect — with its status, expiry and auto-renewal setting. Start here for an expiry review; once you know the product, eurodns_ssl_get_subscription and its siblings return the full record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 subscription(s) you search for are related to | |
| autoRenewEnabled | No | true keeps only subscriptions that renew themselves, false only those that will lapse. | |
| subscriptionTypes | No | Keep only these products: SSL, EMAIL, PREMIUM_DNS, MICROSOFT, HTTPS_REDIRECT, HOSTING or WHOIS_PRIVACY. Omit for every product. | |
| 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. |