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