curl -X POST https://api.bota.dev/v1/devices \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{ "serial_number": "SN-2025-001234", "device_type": "bota_pin_v1", "firmware_version": "1.2.0" }'
{ "id": "dev_abc123", "serial_number": "SN-2025-001234", "device_type": "bota_pin_v1", "firmware_version": "1.2.0", "status": "unbound", "end_user_id": null, "metadata": null, "created_at": "2025-01-15T10:30:00Z", "bound_at": null }
Register a new wearable device in your project
bota_pin_v1
serial_number
200
201