Skip to main content
GET
/
v1
/
inbox
/
thread
/
listing
/
{listing_id}
List Quoting Thread by Listing ID
curl --request GET \
  --url https://api.seminode.com/v1/v1/inbox/thread/listing/{listing_id} \
  --header 'Authorization: <api-key>'
[
  {}
]

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Path Parameters

listing_id
string
required

Listing ID

Query Parameters

limit
integer

Max events to return

Response

thread messages in chronological order of type listing, quote, or response

The response is of type object[].