API Reference
Live docs
Get a specific asset by its Axle UUID.
Returns the asset details if it exists.
cURL
curl --request GET \ --url https://api-sandbox.axle.energy/entities/asset/{asset_id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "external_id": "<string>", "type": "boundary meter", "site_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "properties": { "power_kw": 1, "capacity_kwh": 1 } }
The access token received from the authorization server in the OAuth 2.0 flow.
Asset details
Response model for asset information.
Was this page helpful?