Claim Device
The owner binds an announced Tower to their company; the device polls the same path until claimed.
POST
Claiming a Tower has two sides:
- The device polls
GET /v1/devices/claim/{code}until an owner claims it. - The owner claims with
POST /v1/devices/claim/{code}, binding the device to their company. Company-authenticated: send either a dashboard session cookie (the panel/claimpage) or an API-key Bearer token. This mirrors the developer-dashboard sign-in — the owner claims the Tower by signing in or registering, and completes KYC + kit selection.
Poll claim status
200
Claim (owner)
The registration lock means a Tower can be claimed once; re-claiming a
claimed device is rejected. See
claim & provisioning for the full
flow, and Revoke to release a device.