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>"
}
'

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.

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.