curl -X POST https://api.bouncy.ai/v1/domains/go.example.com/verify \ -H "X-Api-Key: bcy_live_pk_YOUR_API_KEY"
{ "domain": "go.example.com", "verified": true, "message": "Domain verified successfully", "verifiedAt": "2026-02-06T12:05:00Z", "dnsStatus": { "recordFound": true, "recordValue": "cname.bouncy.ai", "expectedValue": "cname.bouncy.ai" } }
Verify DNS configuration for a custom domain
bcy_live_pk_YOUR_API_KEY
go.example.com
Show properties