v1

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

Add Fastly account

Create a Fastly account.

post/api/v2/integrations/fastly/accounts

Request body

Example request

{
  "data": {
    "attributes": {
      "api_key": "ABCDEFG123",
      "name": "test-name",
      "services": [
        {
          "id": "6abc7de6893AbcDe9fghIj",
          "tags": [
            "myTag",
            "myTag2:myValue"
          ]
        }
      ]
    },
    "type": "fastly-accounts"
  }
}

Response

CREATED

Example response

{
  "data": {
    "attributes": {
      "name": "test-name",
      "services": [
        {
          "id": "6abc7de6893AbcDe9fghIj",
          "tags": [
            "myTag",
            "myTag2:myValue"
          ]
        }
      ]
    },
    "id": "abc123",
    "type": "fastly-accounts"
  }
}