cURL
curl --request PUT \ --url https://app.plugchoice.com/api/v3/chargers/{charger_uuid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "reference": "b" } '
{ "data": { "uuid": "a4855dc5-0acb-33c3-b921-f4291f719ca0", "id": 5, "identity": "c90237e9-ced5-3af6-88ea-84aeaa148878", "reference": null, "connection_status": "never_seen", "status": null, "error": null, "error_info": null, "vendor_id": null, "vendor_error_code": null, "setup_completed": false, "created_at": "2025-11-19T15:28:21.000000Z", "updated_at": "2025-11-19T15:28:21.000000Z", "licenses": { "smart": false, "pro": false } } }
See the documentation for more information.
Must not be greater than 255 characters.
"b"
Show child attributes
Was this page helpful?