Create asset

Create a new asset within your account.

šŸ’” Tip: After creating an asset, you can attach asset/copilot resources to it using the Resources endpoint (POST /resources) with the asset_id field.

Required Fields:

  • product_id: The product this asset belongs to
  • sn: Serial number (required)

Optional Fields:

  • name: Asset name (optional but recommended - if omitted, sn will be used as the display name)
  • status: Asset status (0=inactive, 1=active, defaults to 1)
  • data: Custom asset metadata JSON object

Data Field: The data field is a JSON object for custom asset metadata. Structure is determined by the product's data dictionary. Common fields include: location, install_date, serial_number, model, etc.

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!