Send a device event

Ingests a message from a registered IoT device. AURA applies the device’s template (selected by device_type_id) to interpret the message and map it to an AURA action — create a callout, update location, cancel a callout, or record a battery/health update. The accepted fields depend on the device template; see the IoT Devices guide for the mapping and more examples.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.

Response

Successful.
messagestring
inputobject
Echo of the device message that was received.
resolvedAuraEventobject

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error