Add Fastly service

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

Create a Fastly service for an account.

Request Body

{"data"=>{"id"=>"<string>", "type"=>"fastly-services", "attributes"=>{"tags"=>["<string>", "<string>"]}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;data&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;fastly-services&quot;,&quot;attributes&quot;:{&quot;tags&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}}}