GET
/
me
/
quotes
/
thread
/
{id}
List Quoting Thread
curl --request GET \
  --url https://api.seminode.com/v1/me/quotes/thread/{id} \
  --header 'Authorization: <api-key>'
[
  {}
]

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Path Parameters

id
string
required

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