curl --request GET \
--url https://api.zo.computer/conversations \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"title": "<string>",
"type": "<string>"
}
]List conversations with optional search and type filter. Returns most recent first, capped at 100.
curl --request GET \
--url https://api.zo.computer/conversations \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"title": "<string>",
"type": "<string>"
}
]Zo API key (zo_sk_...)
chat, sms, email, schedule, api