curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site}/cards/add-with-reader \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'curl --request POST \
--url https://app.plugchoice.com/api/v3/sites/{site}/cards/add-with-reader \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'Activates the card reader flow for the location. The next card scanned at any charger within this location will be automatically added to the location with the provided name. The card reader mode expires after 5 minutes. 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.