v1
latestOpenAPI 3.1.02026-07-2426068.5 KBCreate Record
Creates a record for a domain.
post/domains/{domain}/records
Path parameters
domainstring required
The domain name
Request body
Response
200
Example response
{
"id": "aaaaaaaaaaabbbbbbbbbbbbb",
"uid": "aaaaaaaaaaabbbbbbbbbbbbb",
"domain": "test.com",
"hostname": "@",
"type": "A",
"value": "40.40.40.40",
"ttl": 3600
}