GET
/
v1
/
threads
List threads
curl --request GET \
  --url https://api.distranmail.com/v1/threads
{
  "threads": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "inbox_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "subject": "<string>",
      "status": "OPEN",
      "participants": [
        {
          "contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "role": "OWNER",
          "last_read_at": "2023-11-07T05:31:56Z"
        }
      ],
      "last_message_at": "2023-11-07T05:31:56Z",
      "message_count": 1,
      "metadata": {},
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Query Parameters

inbox_id
string
required

Response

200 - application/json

List of threads

The response is of type object.