ConsoleCatalog
Sign in
GoComet logo

GoComet

Indian freight bidding with live auction timers and vendor quote management.

IdentitySign in to use your identities on this site.

Bid Details

ASYNCREADAuth required

Returns full detail for a bid including route, cargo, timing, rank, and revisions left.

ParametersFormJSON

Enquiry key (10-char alphanumeric, e.g. "260513G3H6"). NOT the internal UUID

cost: 3 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "gocomet_get_bid_details",
    "params": {
      "key": "260513G3H6"
    }
  }'