curl --request GET \
--url https://app.splox.io/api/v1/chats/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"resource_type": "workflow",
"resource_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Retrieves a chat session by ID
curl --request GET \
--url https://app.splox.io/api/v1/chats/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"resource_type": "workflow",
"resource_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}curl -H "Authorization: Bearer YOUR_TOKEN" \
https://app.splox.io/api/v1/chats/{chat_id}
{
"id": "0199f200-a11b-7c8d-4444-888890abcdef",
"user_id": "0199d001-c45d-9e0f-3456-789012cdef01",
"resource_type": "workflow",
"resource_id": "0199e001-a23b-7c8d-1234-567890abcdef",
"title": "Customer Support Chat",
"created_at": "2025-10-22T10:00:00Z",
"updated_at": "2025-10-22T12:15:47Z"
}
JWT token from Splox account
Chat ID