Fastly Integration

Add Fastly service

Create a Fastly service for an account.

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

Path parameters

account_idstring required

Fastly Account id.

Request body

Example request

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

Response

CREATED

Example response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.