GET
/
api
/
v1
/
threads
/
{id}
curl --request GET \
  --url https://itz.am/api/v1/threads/{id} \
  --header 'Api-Key: <api-key>'
{
  "id": "thread_1234567890",
  "name": "My Thread",
  "lookupKey": "user-123-session",
  "createdAt": "2021-01-01T00:00:00.000Z",
  "updatedAt": "2021-01-01T00:00:00.000Z"
}

Authorizations

Api-Key
string
header
required

The API key to use for authentication

Path Parameters

id
string
required

Response

200
application/json

Successfully retrieved thread

The response is of type object.