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)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
action
Allowed values:
listing_id
pro_forma_line_items
comment
schema_version
Response
Successful Response
Errors
422
Bid Threads Create V1request Unprocessable Entity Error

