/listing

Create thread

Opens a new BidThread on a Listing. The body carries the thread's first Bid (SUBMIT / ACCEPT / DENY). Bidder identity is resolved server-side from the caller's JWT + the listing's audience. | authz: allowed_org_types=[provider], min_org_role=driver | (BidThreadClientCreate1) -> (PydanticObjectId)

post/listing/bid_threads/create/v1

Request body

action'submit' | 'counter' | 'accept' | 'deny' | 'withdraw' required
commentstring nullable
schema_version1
listing_idstring required

Response

Successful Response

string required

Changes

No recorded changes to this endpoint across all 1 revision of this API.