Sites
Get all connectors for a site
GET
Authorizations
See the documentation for more information.
Response
200 - application/json
Example:
[
{
"id": 38,
"charger_id": 103,
"connector_id": 1,
"status": "Available",
"error": "NoError",
"error_info": null,
"max_amperage": null,
"created_at": "2025-03-31T12:18:52.000000Z",
"updated_at": "2025-03-31T12:18:52.000000Z"
},
{
"id": 39,
"charger_id": 104,
"connector_id": 1,
"status": "Available",
"error": "NoError",
"error_info": null,
"max_amperage": null,
"created_at": "2025-03-31T12:18:52.000000Z",
"updated_at": "2025-03-31T12:18:52.000000Z"
}
]
Was this page helpful?