List Fastly services
GET {{baseUrl}}/api/v2/integrations/fastly/accounts/:account_id/services
List Fastly services for an account.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"data":{"id":"abc123","type":"fastly-services","attributes":{"tags":["myTag","myTag2:myValue"]}}},{"data":{"id":"abc123","type":"fastly-services","attributes":{"tags":["myTag","myTag2:myValue"]}}}]}