{ "opencollection": "1.0.0", "info": { "name": "Web3 Partner API v3 account domain-contacts API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "domain-contacts", "type": "folder" }, "items": [ { "info": { "name": "Get domain contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.unstoppabledomains.com/partner/v3/domains/:name/dns/contacts", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Retrieve the contacts associated with the specified domain, including owner, admin, tech, and billing roles.\n" }, { "info": { "name": "Update domain contacts", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.unstoppabledomains.com/partner/v3/domains/:name/dns/contacts", "params": [ { "name": "name", "value": "", "type": "path" }, { "name": "$preview", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the contacts associated with the specified domain. You can update any combination of owner, admin, tech, and billing contacts. Use `$preview=true` to validate without applying changes.\n" } ] } ], "bundled": true }