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_timestampdatetime or nullOptional
destination_geofence_locationobject or nullOptional

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
labelobject or nullOptional
last_seen_at_locationobject or nullOptional

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_citystring or nullOptional
last_seen_at_location_large_citystring or nullOptional
last_seen_at_timestampdatetime or nullOptional
synced_at_timestampdatetime or nullOptional

Errors

422
Assets Create V1request Unprocessable Entity Error