curl --request GET \
--url https://app.plugchoice.com/api/v3/sites/{site}/connectors \
--header 'Authorization: Bearer <token>'{
"id": 123,
"charger_id": 123,
"connector_id": 123,
"status": "<string>",
"error": "<string>",
"error_info": "<string>",
"vendor_id": "<string>",
"vendor_error_code": "<string>",
"max_amperage": 123,
"max_voltage": 123,
"standard": "<string>",
"format": "<string>",
"power_type": "<string>",
"phase_rotation": "<string>",
"charger": {
"uuid": "<string>",
"id": 123,
"identity": "<string>",
"connection_status": "<string>",
"status": "<string>"
},
"created_at": "<string>",
"updated_at": "<string>"
}curl --request GET \
--url https://app.plugchoice.com/api/v3/sites/{site}/connectors \
--header 'Authorization: Bearer <token>'{
"id": 123,
"charger_id": 123,
"connector_id": 123,
"status": "<string>",
"error": "<string>",
"error_info": "<string>",
"vendor_id": "<string>",
"vendor_error_code": "<string>",
"max_amperage": 123,
"max_voltage": 123,
"standard": "<string>",
"format": "<string>",
"power_type": "<string>",
"phase_rotation": "<string>",
"charger": {
"uuid": "<string>",
"id": 123,
"identity": "<string>",
"connection_status": "<string>",
"status": "<string>"
},
"created_at": "<string>",
"updated_at": "<string>"
}Returns a paginated list of all connectors across all chargers for the specified location. Each connector includes its parent charger information. Results are paginated with 25 items per page.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.