Skip to main content
POST
/
entities
/
asset
/
{asset_id}
/
event
/
plug-out
Asset Plug Out Event
curl --request POST \
  --url https://api-sandbox.axle.energy/entities/asset/{asset_id}/event/plug-out \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

asset_id
string<uuid>
required

Body

application/json

Request model for plug-out events.

This is an empty request model to allow for future updates.

Response

Plug-out event successfully processed