Confirm a one-time password, link device to organization, and receive a Device Key.
(Recommended): This endpoint returns a Device Key (4 BIP39 words) that identifies the device. The Device Key is deterministic and stable - the same device always generates the same key.
Requires X-Org-Key header with a valid Melody Key to link the device to your organization.
Use the Device Key with /api/sessions/v2 to create a session token for API access.
The Device Key consists of 4 BIP39 words separated by dashes:
alpha-bravo-charlie-delta
Melody Key (Developer Key) that identifies your organization
"MToxMjM0NTY3OC1hYmNkLTEyMzQtNTY3OC1hYmNkZWYxMjM0NTY"
The 6-digit one-time password displayed on the device.
"123456"
Device linked successfully
Response containing a Device Key (public device identifier). The Device Key is a stable identifier for the device, consisting of 4 BIP39 words.
The Device Key in BIP39 word format. Format: 4 words separated by dashes (e.g., "alpha-bravo-charlie-delta"). This key is deterministic - the same device always produces the same key.
^[a-z]+-[a-z]+-[a-z]+-[a-z]+$"alpha-bravo-charlie-delta"