Create or update a paired device
POST/v1/sdk/devices
Registers a hardware device for the authenticated SDK user. Uses the same static HMAC identity as other SDK routes.
Create is idempotent per SDK user and hardware_id: repeating the same hardware_id updates firmware, model, and paired_at.
Request
Responses
- 200
- 400
- 401
- 429
Device created or updated
Invalid request payload
Missing headers, unknown app, inactive app, or invalid SDK identity
Too many SDK identity validation attempts