List TLS certificates

GET {{fastly_url}}/tls/certificates?filter[in_use]&filter[not_after]&filter[tls_domains.id]&include&page[number]&page[size]&sort

List all TLS certificates.

Authorization: API token with at least TLS management permissions.

Request Params

KeyDatatypeRequiredDescription
filter[in_use]nullOptional. Limit the returned certificates to those currently using Fastly to terminate TLS (that is, certificates associated with an activation). Permitted values: true, false.
filter[not_after]nullLimit the returned certificates to those that expire prior to the specified date in UTC. Accepts parameters: lte (e.g., filter[not_after][lte]=2020-05-05).
filter[tls_domains.id]nullLimit the returned certificates to those that include the specific domain.
includenullInclude related objects. Optional, comma-separated values. Permitted values: tls_activations.
page[number]nullCurrent page.
page[size]nullNumber of records per page.
sortnullThe order in which to list the results.

HEADERS

KeyDatatypeRequiredDescription
Hoststring
Acceptstring