POST
/
entities
/
asset
/
{asset_id}
/
callback
/
{event_id}
curl --request POST \
  --url https://api-sandbox.axle.energy/entities/asset/{asset_id}/callback/{event_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "timestamp": "2023-11-07T05:31:56Z",
  "status": "RECEIVED"
}'
"<any>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

asset_id
string
required
event_id
string
required

Query Parameters

asset_id_is_external
boolean
default:false

Body

application/json

Response for an asset event status update.

Response

200
application/json

Status update successfully recorded

The response is of type any.