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
Create a new card
Create a new card
POST
/
api
/
v3
/
sites
/
{site_uuid}
/
cards
curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/cards \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "b",
"id_token": "ngzmiyvdljnikhwa"
}'
{
"data": {
"id": "0196cf41-e8fb-7134-aeb4-892cc38d1460",
"name": "Haven Romaguera",
"id_token": "eDI7xc8ZgO7KvMWYPh34",
"created_at": "2025-05-14T14:45:25.000000Z",
"updated_at": "2025-05-14T14:45:25.000000Z"
}
}
Authorizations
See the documentation for more information.
Path Parameters
Body
application/json
Response
200 - application/json
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/cards \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "b",
"id_token": "ngzmiyvdljnikhwa"
}'
{
"data": {
"id": "0196cf41-e8fb-7134-aeb4-892cc38d1460",
"name": "Haven Romaguera",
"id_token": "eDI7xc8ZgO7KvMWYPh34",
"created_at": "2025-05-14T14:45:25.000000Z",
"updated_at": "2025-05-14T14:45:25.000000Z"
}
}