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

KeyDatatypeRequiredDescription
filter[certificate_authority]nullLimit the returned subscriptions to a specific certification authority. Values may include certainly, lets-encrypt, or globalsign.
filter[has_active_order]nullLimit the returned subscriptions to those that have currently active orders. Permitted values: true.
filter[state]nullLimit 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]nullLimit the returned subscriptions to those that include the specific domain.
includenullInclude 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]nullCurrent page.
page[size]nullNumber of records per page.
sortnullThe order in which to list the results.

HEADERS

KeyDatatypeRequiredDescription
Hoststring
Acceptstring