List domains
GET {{fastly_url}}/domains?cursor&fqdn&limit&service_id&sort
List all domains.
Authorization: API token with at least TLS management permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | Cursor value from the next_cursor field of a previous response, used to retrieve the next page. To request the first page, this should be empty. | |
fqdn | null | (Optional) Filters results by the FQDN using a fuzzy/partial match. | |
limit | null | Limit how many results are returned. | |
service_id | null | Filter results based on a service_id. | |
sort | null | The order in which to list the results. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |