chat
Get user devices
Get all devices registered for the current user.
get/api/chat/devices
Query parameters
active_onlyboolean
Return only active devices
Return only active devices
Response
Successful Response
Example response
{
"devices": [
{
"created_at": "2025-01-15T08:00:00Z",
"device_name": "iPhone 13 Pro",
"device_type": "mobile",
"id": "123e4567-e89b-12d3-a456-426614174000",
"is_active": true,
"last_seen_at": "2025-01-20T10:00:00Z"
}
],
"total": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.