Skip to main content

Create a new device for a user

POST 

/v1/organizations/:organizationId/projects/:projectId/platforms/android/users/:userId/devices

Create a new device for a user

Request

Path Parameters

    organizationId stringrequired
    projectId stringrequired
    userId stringrequired

Body

required
    model stringrequired

    Model of the device.

    manufacturer stringrequired

    Manufacturer of the device.

    product stringrequired

    Product name of the device.

    brand stringrequired

    Brand of the device.

    hardware stringrequired

    Hardware of the device.

    board stringrequired

    Board of the device.

    versionName stringrequired

    Version name of the device.

    fingerprint stringrequired

    Fingerprint of the device.

    versionCode stringrequired

    Version code of the device.

    sdkVersionName stringrequired

    SDK Version Name of the device.

    buildId stringrequired

    Build ID of the device.

    bootloader stringrequired

    Bootloader of the device.

    osVersionName stringrequired

    OS Version Name of the device.

    apiLevel numberrequired

    API Level of the device.

    isEmulator booleanrequired

    Indicates if the device is an emulator.

    applicationId stringrequired

    The applicationId associated with the app, also referred to as packageName.

    platform stringrequired

    Platform of the device.

    device stringrequired

    Device type.

    features object

    Features supported by the device.

    property name* booleanrequired

Responses

Device has been successfully created.

Schema
    id stringrequired

    The unique identifier for the device.

    model stringrequired

    Model of the device.

    manufacturer stringrequired

    Manufacturer of the device.

    product stringrequired

    Product name of the device.

    brand stringrequired

    Brand of the device.

    hardware stringrequired

    Hardware of the device.

    board stringrequired

    Board of the device.

    versionName stringrequired

    Version name of the device.

    fingerprint stringrequired

    Fingerprint of the device.

    versionCode stringrequired

    Version code of the device.

    sdkVersionName stringrequired

    SDK Version Name of the device.

    buildId stringrequired

    Build ID of the device.

    bootloader stringrequired

    Bootloader of the device.

    osVersionName stringrequired

    OS Version Name of the device.

    apiLevel numberrequired

    API Level of the device.

    isEmulator booleanrequired

    Indicates if the device is an emulator.

    applicationId stringrequired

    The applicationId associated with the app, also referred to as packageName.

    platform stringrequired

    Platform of the device.

    device stringrequired

    Device type.

    createdAt date-timerequired

    Creation timestamp of the device record.

    updatedAt date-timerequired

    Last updated timestamp of the device record.

    userId stringrequired

    The ID of the user associated with the device.

Loading...