Skip to main content

Add devices (API Key)

POST 

/migration/devices

Adds a new device to the user using an API Key

Request

Body

    uid uuid

    uid of the user to create a device for

    external_id string

Responses

Successful operation

Schema
    uid uuid

    User uid

    device_id uuid

    Device id

    external_id string

    Optional external id assigned upon creation

Loading...