Skip to main content
GET
/
threads
/
{threadId}
cURL
curl -X GET 'https://api.nuntly.com/threads/thr_01kabn43yqyxn2bx4ve84mczd3' \
  -H 'Authorization: Bearer apk_xxx'
{
  "data": {
    "id": "<string>",
    "createdAt": "<string>",
    "domainId": "<string>",
    "domainName": "<string>",
    "inboxId": "<string>",
    "subject": "<string>",
    "lastMessageAt": "<string>",
    "messageCount": 123,
    "labels": [
      "<string>"
    ],
    "agentId": "<string>",
    "updatedAt": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Use an API key from https://nuntly.com/dashboard/api-keys. Required on every endpoint.

Path Parameters

threadId
string
required

Response

Successful response.

data
object
required