Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Settings
Meters > Chargee
Products
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Add a card via reader
Add a card via reader
Activates the card reader flow. The next card scanned at a charger within this site will be automatically added to the site.
POST
/
api
/
v3
/
sites
/
{site_uuid}
/
cards
/
add-with-reader
curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/cards/add-with-reader \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "b"
}'
Authorizations
See the documentation for more information.
Path Parameters
Body
application/json
Response
204
Card reader activated
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/cards/add-with-reader \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "b"
}'