curl --request GET \
--url https://api.seminode.com/v1/v1/inbox/thread/{id}/listing/{listing_id} \
--header 'Authorization: <api-key>'[
{}
]Lists the message thread for a given thread ID. Suitable for any Message thread.
curl --request GET \
--url https://api.seminode.com/v1/v1/inbox/thread/{id}/listing/{listing_id} \
--header 'Authorization: <api-key>'[
{}
]Format: "Bearer <access_token>"
Max events to return
thread messages in chronological order of type listing, quote, or response
Was this page helpful?