Create a DNS Record
Request
curl --location \
--request POST 'https://dns.de-fra.ionos.com/zones/2a4428b3-dbe0-4357-9c02-609025b3a40f/records' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJraWQiO' \
--header 'Content-Type: application/json' \
--data '{
"properties": {
"name": "*",
"type": "A",
"content": "1.2.3.4",
"ttl": 3600,
"enabled": true
}
}'
Response
Response Fields
Field
Type
Description
Example
Create records of other types
Record Type
Record Name
Record Value
Notes
Last updated
Was this helpful?