Create an asset

Creates an asset with the information you provide, including unique ID, asset type, site, and values for fields associated with the asset type.

This endpoint requires the "Assets: Manage" permission.

To create an asset, you'll need to provide the asset type and the fields associated with it. The information about the asset type and its associated fields can be retrieved using the list asset type and field association endpoint.

If you receive an error 400 (bad request) response, it could be due to one of the following reasons:

  • The asset type ID is invalid.
  • At least one of the fields is not associated with the specified asset type.

If you want to set value for a field that's not associated with the specified asset type, you'll need to associate the field with the asset type first by using the update asset type and field association endpoint.

Language
Authorization
Bearer
Click Try It! to start a request and see the response here!