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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;data&quot;:{&quot;attributes&quot;:{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;email&quot;:&quot;\u003cstring\u003e&quot;},&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;cloudflare-accounts&quot;}}