POST
Register owner device

Authorizations

Authorization
string
header
required

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

Body

application/json

JSON payload used to register owner device.

Request payload for owner register device.

platform
string
required

platform value for owner register device request.

Required string length: 1 - 20
device_token
string
required

device token value for owner register device request.

Required string length: 1 - 4096
label
string | null

label value for owner register device request.

Maximum string length: 120

Response

Registered or refreshed an owner device by user and device token

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.