Assets
Retrieve an Asset
OAuth Scope
This endpoint requires the following OAuth scope read_assets.
get/asset/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Asset
Response
Asset record retrieved successfully
Example response
{
"uuid": "123e4567-dd5e-4b3d-a4bd-23f94042120b",
"edit_date": "2026-03-01 12:00:00",
"company_uuid": "123e4567-6ac6-439b-a3f3-23f94a0de2ab",
"asset_type_uuid": "123e4567-c5b4-4a6e-ad3e-23f9440b9bfb",
"geo_timestamp": "2026-03-01 12:00:00"
}