POST /api/v1/domains12345{ "domain": "link.yourbrand.com", "rootRedirectUrl": "https://yourbrand.com", "notFoundRedirectUrl": "https://yourbrand.com/404" }
GET /api/v1/domains1234567891011121314{ "code": 0, "data": [ { "id": "dom_abc123", "domain": "link.yourbrand.com", "status": "active", "sslStatus": "active", "cnameTarget": "cname.shaf.app", "rootRedirectUrl": "https://yourbrand.com", "createdAt": "2026-09-19T12:00:00.000Z" } ] }
POST /api/v1/domains/:id/verifyDELETE /api/v1/domains/:id