Inbox
GET
/inbox/chats/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings → API & Webhooks.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/inbox/chats/string"
{  "data": {    "id": "string",    "accountId": "string",    "attendee": {},    "leadId": "string",    "lastMessage": {},    "lastMessageAt": "2019-08-24T14:15:22Z",    "lastReplyAt": "2019-08-24T14:15:22Z",    "unreadCount": 0,    "favorite": true,    "archived": true,    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z"  }}