Devices
🔐 Authentication
Authentication is based on a personal access token linked to a specific reef tank.
"auth": {
"tank_id": "UUID",
"token": "TOKEN"
}
| Field | Type | Description |
|---|---|---|
tank_id | UUID | The reef tank's unique identifier |
token | String | Personal access token for the user |