Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Settings
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": "019690ce-f31f-73b7-b9b3-1f2173592ca0",
"name": "Haven Romaguera",
"id_token": "eDI7xc8ZgO7KvMWYPh34",
"created_at": "2025-05-02T11:43:23.000000Z",
"updated_at": "2025-05-02T11:43:23.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": "019690ce-f31f-73b7-b9b3-1f2173592ca0",
"name": "Haven Romaguera",
"id_token": "eDI7xc8ZgO7KvMWYPh34",
"created_at": "2025-05-02T11:43:23.000000Z",
"updated_at": "2025-05-02T11:43:23.000000Z"
}
}