Create

Creates and links a labeled Reelables asset for the caller’s organization. | authz: min_org_role=operator | (ReelablesAssetClientCreate1) -> (ReelablesAsset1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequiredformat: "^[a-zA-Z0-9!@#$&()\-`.+,/" ]*$"1-500 characters
nfc_idstringRequiredformat: "^[a-zA-Z0-9]*$"1-20 characters
schema_versionintegerRequired

Response

Successful Response
_idstring
asset_idstring
namestring
org_idstring

Must be a string starting with org_

schema_versioninteger
workspace_idstring
created_at_timestampdatetimeOptional
destination_geofence_locationobjectOptional

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

destination_geofence_radius_milesdoubleOptional<=10000Defaults to 0.1
labelobjectOptional
last_seen_at_locationobjectOptional

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

last_seen_at_location_citystringOptional
last_seen_at_location_large_citystringOptional
last_seen_at_timestampdatetimeOptional
synced_at_timestampdatetimeOptional

Errors

422
Assets Create V1request Unprocessable Entity Error