curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/actions/charge-limit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"limit": 123,
"stack_level": 123
}
'{
"status": "<string>"
}curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/actions/charge-limit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"limit": 123,
"stack_level": 123
}
'{
"status": "<string>"
}Sets the charging current limit for a specific connector. The limit is specified in Amperes (A). Optionally specify a stack level for the charging profile.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
0 for the charge point level.1 if not specified. Not all chargers support all stack levels.Accepted, Rejected).