v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Fastly Integration

List Fastly services

List Fastly services for an account.

get/api/v2/integrations/fastly/accounts/{account_id}/services

Path parameters

account_idstring required

Fastly Account id.

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "tags": [
          "myTag",
          "myTag2:myValue"
        ]
      },
      "id": "abc123",
      "type": "fastly-services"
    }
  ]
}