---
title: "Bind asset to device"
method: POST
path: "/skynet/asset/{id}/bind"
tags: ["Tracking_Asset"]
---

# Bind asset to device

`POST /skynet/asset/{id}/bind`

## Query parameters

- `key` string, 32 character alphanumeric string, required

## Request body

- object
  - `device_id` string, required — Device ID to be linked to the asset identified by id. Please note that the device needs to be linked to an asset before using it in the *Upload locations of an Asset* method for sending GPS information about the asset.

## Response `200`

- DtoSimpleResp
  - `message` string — Displays the error message in case of a failed request. If the request is successful, this field is not present in the response.
  - `status` string — A string indicating the state of the response. On successful responses, the value will be Ok. Indicative error messages are returned for different errors. See the [API Error Codes](#api-error-codes) section below for more information.

---

[API](https://skmtc.net/nextbillion-ai/apis/one-spec-service.md) · [All operations](https://skmtc.net/nextbillion-ai/apis/one-spec-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextbillion-ai/one-spec-service/versions/b647f1808dda/schema)
