GET
/
quotes
/
{id}
/
thread
Get a quote thread
curl --request GET \
  --url https://api.seminode.com/v1/quotes/{id}/thread \
  --header 'Authorization: <api-key>'
[
  {}
]

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Path Parameters

id
string
required

Root quote (event) ID

Query Parameters

limit
integer

Max events to return (default 8)

Response

200
application/json

thread messages

The response is of type object[].