curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/settings/plug-charge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"card_uid": "<string>"
}
'curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/settings/plug-charge \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"card_uid": "<string>"
}
'Enables or disables Plug & Charge for the specified charger. When enabling, a card UID must be provided. Returns aDocumentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
204 No Content response on success.
true) or disable (false) Plug & Charge.enabled is true. Maximum 20 characters.