Skip to main content
POST
Event reporting

Authorizations

Authorization
string
header
required

Charger-side bearer token. Obtained by exchanging device_id and device_secret (issued at registration) at /v1/device/token. Valid for 24 hours.

Body

application/json
timestamp
string<date-time>
required
event_type
enum<string>
required
Available options:
plug_in,
plug_out,
start,
stop,
fault,
alarm
connector_id
integer
required
Required range: x >= 1
data
object
required

Event-specific payload. For example:

  • plug_in: { vehicle_connected: boolean }
  • fault: { fault_code: int, fault_message: string, details: object }
  • start / stop: { reason: string }

Response

200

Event accepted.