This API is currently in BETA. If you find any issues, please report them to our technical support
Authorization: Bearer ********************
{ "domain": "example.cfd", "data": [ { "name": "@", "type": "A", "ttl": 1, "rrdatas": [ "7.7.7.7" ], "proxied": true }, { "name": "www", "type": "A", "ttl": 1, "rrdatas": [ "7.7.7.7" ], "proxied": true } ] }
{ "status": true, "result": { "data": [ { "domain": "example.cfd", "status": "completed", "name": "example.cfd", "type": "A", "ttl": 1, "proxied": true, "rrdatas": [ "7.7.7.7" ], "comment": null, "created_on": "2026-02-10T02:09:57.683255Z", "modified_on": "2026-02-10T02:09:57.683255Z" }, { "domain": "example.cfd", "status": "completed", "name": "www.example.cfd", "type": "A", "ttl": 1, "proxied": true, "rrdatas": [ "7.7.7.7" ], "comment": null, "created_on": "2026-02-10T02:10:00.214857Z", "modified_on": "2026-02-10T02:10:00.214857Z" } ] } }