Assets
Update an Asset
OAuth Scope
This endpoint requires the following OAuth scope manage_assets.
post/asset/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Asset
Request body
Example request
{
"uuid": "123e4567-18c8-451f-879d-23f9421d865b",
"company_uuid": "123e4567-fbc9-4ae2-b9d1-23f9463186cb",
"geo_timestamp": "2026-03-01 12:00:00"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}