v1

latestOpenAPI 3.1.02026-07-2458221215.8 KB
Contacts

Get conversations for a contact

Returns all conversations a contact has

get/contacts/{contactId}/conversations

Path parameters

contactIdstring required

Public ID of the contact.

Query parameters

afterstring nullable

Return conversations after this conversation ID.

beforestring nullable

Return conversations before this conversation ID.

limitinteger

Maximum number of conversations to return.

Response

OK

urlstring

Example response

{
  "results": [
    {
      "snoozed_until": "2022-03-10T16:15:50Z",
      "time_window": {
        "open_until": "2022-03-10T16:15:50Z"
      }
    }
  ]
}