cURL
curl --request POST \ --url https://api.example.com/assets/{assetId}/events \ --header 'Content-Type: application/json' \ --data ' { "eventType": "<string>", "metadata": [ { "key": "<string>", "value": "<string>" } ] } '
{}
the asset id
Optional: the whenAt datetime
the branchId
The event type
metadata assigned to the object
Show child attributes
The response is of type object.
object
Was this page helpful?