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
Key | Datatype | Required | Description |
---|---|---|---|
filter[in_use] | null | Optional. 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] | null | Limit 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] | null | Limit the returned certificates to those that include the specific domain. | |
include | null | Include related objects. Optional, comma-separated values. Permitted values: tls_activations. | |
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 |