List certificates
GET {{fastly_url}}/tls/bulk/certificates?filter[tls_domain.id]&page[number]&page[size]&sort
List all certificates.
Authorization: API token with at least TLS management permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter[tls_domain.id] | null | Filter certificates by their matching, fully-qualified domain name. | |
page[number] | null | Current page. | |
page[size] | null | Number of records per page. | |
sort | null | The order in which to list the results by creation date. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |