POST
Claim a Rebate device

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Device id to claim.

deviceId
string
required
Pattern: ^[A-Za-z0-9-]{8,64}$

Response

Device claim created or already owned by this account.

ok
boolean
required
result
enum<string>
required
Available options:
claimed,
already-yours