{ "opencollection": "1.0.0", "info": { "name": "Web3 Partner API v3 account Status API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Get status", "type": "http" }, "http": { "method": "GET", "url": "https://api.unstoppabledomains.com/partner/v3/status" }, "docs": "Get status" }, { "info": { "name": "List supported tlds", "type": "http" }, "http": { "method": "GET", "url": "https://api.unstoppabledomains.com/partner/v3/supported_tlds" }, "docs": "List supported tlds" } ] } ], "bundled": true }