Fetch a single Heymarket conversation and its full details — channel, status, assignment, inbox, members, and read state — by integer conversation ID.
curl --request GET \
--url https://api.heymarket.com/v1/conversations/{id}{
"id": 123,
"channel": "<string>",
"status": "<string>",
"assigned": {
"id": 123,
"name": "<string>",
"email": "<string>"
},
"inbox": {
"id": 123,
"name": "<string>"
},
"target": "<string>",
"members": [
{}
],
"created": "<string>",
"updated": "<string>",
"read": true,
"replied": true,
"blocked": true,
"muted": true,
"snooze_till": "<string>"
}curl --request GET \
--url https://api.heymarket.com/v1/conversations/9920 \
--header 'Authorization: Bearer YOUR_API_KEY'
sms, mms, email, or chat.open or closed.null if not snoozed.Was this page helpful?
curl --request GET \
--url https://api.heymarket.com/v1/conversations/{id}{
"id": 123,
"channel": "<string>",
"status": "<string>",
"assigned": {
"id": 123,
"name": "<string>",
"email": "<string>"
},
"inbox": {
"id": 123,
"name": "<string>"
},
"target": "<string>",
"members": [
{}
],
"created": "<string>",
"updated": "<string>",
"read": true,
"replied": true,
"blocked": true,
"muted": true,
"snooze_till": "<string>"
}