Skip to main content
POST
/
v1
/
cloudflare_create_dns_record
cloudflare_create_dns_record
curl --request POST \
  --url https://api.fetchbean.com/v1/cloudflare_create_dns_record \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "zone_id": "<string>",
  "type": "<string>",
  "name": "<string>",
  "content": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
zone_id
string
required
type
string
required
name
string
required
content
string
required

Response

Success

The response is of type object.