By id

Fetches a bid thread by id. Visible to the lister, the bidder org (provider), and the bidder driver. | authz: allowed_org_types=[provider], min_org_role=driver | () -> (BidThread1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

bid_thread_idstringRequired

Response

Successful Response
_idstring
bidslist of objects
created_at_timestampdatetime
listing_idstring
statusenum
status_changed_at_timestampdatetime
accepted_pro_forma_line_itemslist of objectsOptional
bidder_driver_idstringOptional
bidder_provider_org_idstringOptional

Must be a string starting with org_

schema_versionintegerOptionalDefaults to 1

Errors

422
Bid Threads by ID V1request Unprocessable Entity Error