API Reference
This page provides product API reference documentation.
Base URL
https://api.juxi-tech.com/v1Authentication
Use API Key for authentication:
http
Authorization: Bearer YOUR_API_KEYEndpoints
Get Device Info
http
GET /device/infoResponse example:
json
{
"id": "device-001",
"name": "Juxi Device",
"status": "online"
}
