curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"identity": "b",
"team_uuid": "a4855dc5-0acb-33c3-b921-f4291f719ca0",
"site_uuid": "c90237e9-ced5-3af6-88ea-84aeaa148878"
}
'{
"data": {
"uuid": "a1a0a47d-e8c3-3cf0-8e6e-c1ff9dca5d1f",
"id": 1,
"identity": "21c4122b-d554-3723-966c-6d723ea5293f",
"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:32.000000Z",
"updated_at": "2026-01-10T01:14:32.000000Z",
"licenses": {
"smart": false,
"pro": false
},
"permissions": {
"basic": false,
"sensitive": false,
"full": false
}
}
}See the documentation for more information.
Must not be greater than 45 characters.
"b"
Must be a valid UUID. The uuid of an existing record in the teams table.
"a4855dc5-0acb-33c3-b921-f4291f719ca0"
Must be a valid UUID. The uuid of an existing record in the sites table.
"c90237e9-ced5-3af6-88ea-84aeaa148878"
Show child attributes
Was this page helpful?
curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"identity": "b",
"team_uuid": "a4855dc5-0acb-33c3-b921-f4291f719ca0",
"site_uuid": "c90237e9-ced5-3af6-88ea-84aeaa148878"
}
'{
"data": {
"uuid": "a1a0a47d-e8c3-3cf0-8e6e-c1ff9dca5d1f",
"id": 1,
"identity": "21c4122b-d554-3723-966c-6d723ea5293f",
"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:32.000000Z",
"updated_at": "2026-01-10T01:14:32.000000Z",
"licenses": {
"smart": false,
"pro": false
},
"permissions": {
"basic": false,
"sensitive": false,
"full": false
}
}
}