List TLS subscriptions
GET {{fastly_url}}/tls/subscriptions?filter[certificate_authority]&filter[has_active_order]&filter[state]&filter[tls_domains.id]&include&page[number]&page[size]&sort
List all TLS subscriptions.
Authorization: API token with at least TLS management permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter[certificate_authority] | null | Limit the returned subscriptions to a specific certification authority. Values may include certainly, lets-encrypt, or globalsign. | |
filter[has_active_order] | null | Limit the returned subscriptions to those that have currently active orders. Permitted values: true. | |
filter[state] | null | Limit the returned subscriptions by state. Valid values are pending, processing, issued, renewing, and failed. Accepts parameters: not (e.g., filter[state][not]=renewing). | |
filter[tls_domains.id] | null | Limit the returned subscriptions to those that include the specific domain. | |
include | null | Include related objects. Optional, comma-separated values. Permitted values: tls_authorizations, tls_authorizations.globalsign_email_challenge, tls_authorizations.self_managed_http_challenge, and tls_certificates. | |
page[number] | null | Current page. | |
page[size] | null | Number of records per page. | |
sort | null | The order in which to list the results. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |