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>"
}