Sites
Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Proxy
Chargers > Settings
Meters > Chargee
Products
Providers
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
Sites > Teams
- GETGet all teams with access to a site
- GETGet a specific team's access to a site
- DELRemove a team's access to a site
- POSTGrant sensitive data access to a team
- DELRevoke sensitive data access from a team
- PUTModify asset access for a team
- POSTTransfer site ownership to a team
- POSTRequest sensitive data access for a team
- POSTCreate an invite
- POSTAccept an invite
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Tariffs
Get Tariffs
Get a list of tariffs for a specific location
GET
/
api
/
v3
/
tariffs
Get Tariffs
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v3/tariffs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"location": "architecto"
}'
Copy
{
"data": [
{
"type": "epex-spot",
"location": "GW",
"timestamp": "2025-07-04T13:42:20.000000Z",
"price": 5,
"price_includes_tax": false
},
{
"type": "epex-spot",
"location": "ML",
"timestamp": "2025-07-04T13:42:20.000000Z",
"price": 4,
"price_includes_tax": true
}
]
}
Authorizations
See the documentation for more information.
Body
application/json
Response
200 - application/json
The response is of type object
.
Get Tariffs
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v3/tariffs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"location": "architecto"
}'
Copy
{
"data": [
{
"type": "epex-spot",
"location": "GW",
"timestamp": "2025-07-04T13:42:20.000000Z",
"price": 5,
"price_includes_tax": false
},
{
"type": "epex-spot",
"location": "ML",
"timestamp": "2025-07-04T13:42:20.000000Z",
"price": 4,
"price_includes_tax": true
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.