Add Cloudflare account
POST {{baseUrl}}/api/v2/integrations/cloudflare/accounts
Create a Cloudflare account.
Request Body
{"data"=>{"attributes"=>{"api_key"=>"<string>", "name"=>"<string>", "email"=>"<string>"}, "type"=>"cloudflare-accounts"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"data":{"attributes":{"name":"\u003cstring\u003e","email":"\u003cstring\u003e"},"id":"\u003cstring\u003e","type":"cloudflare-accounts"}}