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

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Path Parameters

id
string
required

Thread ID

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[].