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
Key | Datatype | Required | Description |
---|---|---|---|
filter[in_use] | null | Optional. 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] | null | Optional. Limit the returned domains to those listed in the given TLS certificate's SAN list. | |
filter[tls_subscriptions.id] | null | Optional. Limit the returned domains to those for a given TLS subscription. | |
include | null | Include 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] | 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 |