Skip to content

Claims a device

POST
/users/claimDevice

Claims a device for the user, adding it to your account

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Request Body

JSON
{
"serial": "string"
}

Responses

OK
application/json
JSON
{
}

Samples