Sites
Get all chargers
GET
Authorizations
See the documentation for more information.
Response
200 - application/json
Example:
[
{
"id": 5,
"identity": "bf7e75ab-111f-31c8-a2df-784390313c6c",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-03-18T10:12:34.000000Z",
"updated_at": "2025-03-18T10:12:34.000000Z"
},
{
"id": 6,
"identity": "2607af26-1c36-3311-b656-7e9d08d54e84",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-03-18T10:12:34.000000Z",
"updated_at": "2025-03-18T10:12:34.000000Z"
}
]
Was this page helpful?