Skip to main content

Create a new asset.

POST 

/v1/assets

Create a new asset.

Request

Body

required

    customer uuidrequired

    Unique identifier for the customer

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of asset.

    uuid uuidrequired

    Unique identifier for the person

Responses

Created

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    created_at date-timerequired

    Date and time the asset was created.

    customer uuidrequired

    Unique identifier for the customer

    device stringrequired

    Possible values: non-empty and <= 16 characters

    Device type of the asset.

    integration uuidrequired

    Unique identifier for the integration

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of asset.

    updated_at date-timerequired

    Date and time the asset was updated.

    uuid uuidrequired

    Unique identifier for the person

    status int64required
    timestamp date-timerequired
Loading...