v1

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

Get Cloudflare account

Get a Cloudflare account.

get/api/v2/integrations/cloudflare/accounts/{account_id}

Path parameters

account_idstring required

None

Response

OK

Example response

{
  "data": {
    "attributes": {
      "email": "test-email@example.com",
      "name": "test-name",
      "resources": [
        "web",
        "dns",
        "lb",
        "worker"
      ],
      "zones": [
        "zone_id_1",
        "zone_id_2"
      ]
    },
    "id": "c1a8e059bfd1e911cf10b626340c9a54",
    "type": "cloudflare-accounts"
  }
}