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

Documentation Index

Fetch the complete documentation index at: https://docs.axle.energy/llms.txt

Use this file to discover all available pages before exploring further.

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

A minimal plug-in event requires no data. Optionally intent, tariff and vehicle information can be supplied here too.

intent
Intent · object

Intent to charge the vehicle.

vehicle
Vehicle · object

Vehicle information.

tariff
Tariff · object

Tariff information.

Response

Plug-in event successfully processed