TBBN.Merchant Platform docs
Available

Messages

post/v1/messages

Send a message on a trade — the sender is derived from the caller's own session

Parameters

optional

Request body

FieldTypeRequired
tradeSessionIdstring (uuid)yes
bodystringyes

Response (201)

FieldTypeRequired
idstring (uuid)
tradeSessionIdstring (uuid)
senderSellerIdstring (uuid)
bodystring
statusVISIBLE | HIDDEN | REMOVED
createdAtstring (date-time)
get/v1/messages/{tradeSessionId}

List a trade's visible messages, oldest first — caller must be one of its two sellers

Parameters

tradeSessionIdpathrequired

Response (200)

post/v1/messages/{id}/report

Report a message — zero-threshold moderation, this immediately hides it pending ops review. Caller must be a party to the message's trade.

Parameters

idpathrequired

Request body

FieldTypeRequired
reasonstringyes