curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site_uuid}/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"identity": "b",
"pincode": 4326.41688
}
'{
"data": {
"uuid": "977e5426-8d13-3824-86aa-b092f8ae52c5",
"id": 1,
"identity": "d6fa562b-acd5-35ff-babb-d11194d3737b",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"vendor_id": null,
"vendor_error_code": null,
"firmware_version": null,
"server": null,
"last_connection_at": null,
"last_disconnection_at": null,
"last_heartbeat_at": null,
"setup_pending": false,
"setup_completed": false,
"blocked": false,
"max_current": null,
"created_at": "2026-01-10T01:14:33.000000Z",
"updated_at": "2026-01-10T01:14:33.000000Z",
"licenses": {
"smart": false,
"pro": false
},
"permissions": {
"basic": false,
"sensitive": false,
"full": false
}
}
}See the documentation for more information.
Show child attributes
Was this page helpful?
curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site_uuid}/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"identity": "b",
"pincode": 4326.41688
}
'{
"data": {
"uuid": "977e5426-8d13-3824-86aa-b092f8ae52c5",
"id": 1,
"identity": "d6fa562b-acd5-35ff-babb-d11194d3737b",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"vendor_id": null,
"vendor_error_code": null,
"firmware_version": null,
"server": null,
"last_connection_at": null,
"last_disconnection_at": null,
"last_heartbeat_at": null,
"setup_pending": false,
"setup_completed": false,
"blocked": false,
"max_current": null,
"created_at": "2026-01-10T01:14:33.000000Z",
"updated_at": "2026-01-10T01:14:33.000000Z",
"licenses": {
"smart": false,
"pro": false
},
"permissions": {
"basic": false,
"sensitive": false,
"full": false
}
}
}