curl https://api.bouncy.ai/v1/domains/go.example.com/dns \ -H "X-Api-Key: bcy_live_pk_YOUR_API_KEY"
{ "domain": "go.example.com", "verified": true, "dnsRecords": { "type": "CNAME", "host": "go", "value": "cname.bouncy.ai" }, "currentDns": { "recordFound": true, "recordType": "CNAME", "recordValue": "cname.bouncy.ai", "matches": true }, "instructions": "DNS is configured correctly and verified." }
Check the current DNS configuration status for a domain
bcy_live_pk_YOUR_API_KEY
go.example.com
Show properties