Device Connect

Connect a Device

put
Body
linkstringRequired

The device link to connect

user_idintegerOptional

The ID of the user

typestringOptional

The type of connection (profile or user)

profile_idintegerOptional

The ID of the profile

company_idintegerOptional

The ID of the company

Responses
200

Successful connection of the device.

application/json
put
/device/connect
200

Successful connection of the device.

Connect a Device by Email

put
Body
emailstringRequired

The email of the user to connect

device_idintegerRequired

The ID of the device to connect

Responses
200

Successful connection of the device by email.

application/json
put
/device/connect/email
200

Successful connection of the device by email.

Last updated