List TLS domains

GET {{fastly_url}}/tls/domains?filter[in_use]&filter[tls_certificates.id]&filter[tls_subscriptions.id]&include&page[number]&page[size]&sort

List all TLS domains.

Authorization: API token with at least TLS management permissions.

Request Params

KeyDatatypeRequiredDescription
filter[in_use]nullOptional. Limit the returned domains to those currently using Fastly to terminate TLS with SNI (that is, domains considered "in use") Permitted values: true, false.
filter[tls_certificates.id]nullOptional. Limit the returned domains to those listed in the given TLS certificate's SAN list.
filter[tls_subscriptions.id]nullOptional. Limit the returned domains to those for a given TLS subscription.
includenullInclude related objects. Optional, comma-separated values. Permitted values: tls_activations, tls_certificates, tls_subscriptions, tls_subscriptions.tls_authorizations, tls_authorizations.globalsign_email_challenge, and tls_authorizations.self_managed_http_challenge.
page[number]nullCurrent page.
page[size]nullNumber of records per page.
sortnullThe order in which to list the results.

HEADERS

KeyDatatypeRequiredDescription
Hoststring
Acceptstring