Skip to main content
POST
/
v3
/
sites
/
{site}
/
cards
/
add-with-reader
Add Card via Reader
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 a 204 No Content response on success.
site
string
required
The UUID of the location.
name
string
required
The display name to assign to the scanned card. Maximum 255 characters.