Support

Listings Availability

View as Markdown

Check whether one or more domains have active aftermarket auction listings on GoDaddy, with optional listing details and domain enrichment signals.

POST
/v1/customers/{customerId}/aftermarket/listings/available

Path Parameters

customerId*string

Customer identifier (UUID). Use MY for the authenticated customer's own data, or supply the UUID returned by GET /v1/shoppers/{shopperId}?includes=customerId.

Formatuuid

Query Parameters

currencyId?string

ISO-4217 currency code for all monetary fields (e.g. USD, EUR). Defaults to USD.

Default"USD"
includes?string

Comma-separated field groups to include on each AVAILABLE result. Allowed tokens: listingMin, listing, enrichment. listing and listingMin are mutually exclusive.

Header Parameters

X-Request-Id?string

Optional client-supplied request correlation ID. Echoed in the response X-Request-Id header.

Request Body

application/json

Request body containing the domains to check.

Request body for the listings availability check.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/customers/497f6eca-6276-4993-bfeb-53cbbbba6f08/aftermarket/listings/available" \  -H "Content-Type: application/json" \  -d '{    "domains": [      "string"    ]  }'
{  "availabilities": [    {      "domainName": "oragoxbk.com",      "status": "AVAILABLE",      "listing": {        "kind": "MIN",        "currencyId": "USD",        "listingId": 696987004,        "listingType": "EXPIRY_AUCTIONS",        "bidsCount": 0,        "auctionStartAt": "2026-04-08T18:53:00Z",        "auctionEndAt": "2026-04-18T18:53:00Z",        "priceCurrent": 12000000,        "priceNextBid": 13000000,        "priceBuyItNow": 100000000,        "memberBiddingStatus": "NOT_BIDDING",        "extended": true,        "priceProxyBid": 0,        "watching": true,        "priceTransfer": 11990000,        "priceRenewal": 21990000,        "estimatedTransferAt": "2026-04-21T20:42:16Z",        "domainExpiresAt": "2026-03-14T20:42:16Z",        "domainCreatedAt": "2025-03-14T07:00:00Z",        "domainAgeYears": 1,        "charPattern": "vcvcvccc"      },      "enrichment": {        "godaddy": {          "estimatedValue": 5000000,          "monthlyVisits": 0,          "parkingRevenue": 0        },        "estibot": {          "extensionsRegistered": 95,          "extensionsDeveloped": 28,          "similarDomainsRegistered": 72577,          "similarDomainsDeveloped": 9441        },        "semrush": {          "authorityScore": 18,          "totalBacklinks": 12,          "referringDomainsCount": 11,          "referringUrlsCount": 12,          "keywordMonthlySearchVolume": 590,          "keywordCostPerClick": 1500000,          "topReferringDomains": [            {              "domain": "websites.freemyip.com",              "backlinkCount": 1            }          ]        },        "majestic": {          "backlinks": 1287,          "referringDomains": 96,          "citationFlow": 35,          "trustFlow": 42        }      }    }  ]}

Last updated on

How is this guide?