Add Fastly service

POST {{baseUrl}}/api/v2/integrations/fastly/accounts/:account_id/services

Create a Fastly service for an account.

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

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