{ "opencollection": "1.0.0", "info": { "name": "Web3 Partner API v3 account Owner API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Owner", "type": "folder" }, "items": [ { "info": { "name": "Get domain", "type": "http" }, "http": { "method": "GET", "url": "https://api.unstoppabledomains.com/partner/v3/owners/:address/domains", "params": [ { "name": "address", "value": "", "type": "path" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "**Get Domains by Address**
**Note:** The API should be used in a backend system. If you need the data in client apps, please build a proxy backend to hide the API key." } ] } ], "bundled": true }