{ "opencollection": "1.0.0", "info": { "name": "Abuse Actions Expiry Auctions: Registrar Partners API", "version": "2.0.0" }, "items": [ { "info": { "name": "Expiry Auctions: Registrar Partners", "type": "folder" }, "items": [ { "info": { "name": "Get listings from GoDaddy Auctions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/customers/:customerId/auctions/listings", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "An identifier for a customer." }, { "name": "domains", "value": "", "type": "query", "description": "Only include results for the specified domains. Use comma-separated string to include more than one domain. For example, `one.com,two.info,three.biz`" }, { "name": "listingStatus", "value": "", "type": "query", "description": "Only include results for the specified listing status." }, { "name": "transferBefore", "value": "", "type": "query", "description": "Domain transfer time before this time, ISO 8601, in UTC. Defaults to last day of the previous month if not provided. Applicable only for listings in `FULFILLED` listingStatus." }, { "name": "transferAfter", "value": "", "type": "query", "description": "Domain transfer time after this time, ISO 8601, in UTC. Defaults to first day of the previous month if not provided. Applicable only for listings in `FULFILLED` listingStatus." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination." } ] }, "docs": "Get listings from GoDaddy Auctions" }, { "info": { "name": "Remove listings from GoDaddy Auction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/aftermarket/listings", "params": [ { "name": "domains", "value": "", "type": "query", "description": "A comma separated list of domain names" } ] }, "docs": "Remove listings from GoDaddy Auction" }, { "info": { "name": "Add expiry listings into GoDaddy Auction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/aftermarket/listings/expiry" }, "docs": "Add expiry listings into GoDaddy Auction" } ] } ], "bundled": true }