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
Products
Get Products
Get a list of all products
GET
/
api
/
v3
/
products
curl --request GET \
--url https://cloud.volttime.com/api/v3/products \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 1,
"name": "Qui commodi incidunt iure odit.",
"sku": "quidem",
"active": false,
"digital": true,
"price": 12
},
{
"id": 2,
"name": "Autem et consequatur aut dolores enim non facere tempora.",
"sku": "nostrum",
"active": true,
"digital": false,
"price": 74
}
]
}
Authorizations
See the documentation for more information.
Response
200 - application/json
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v3/products \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 1,
"name": "Qui commodi incidunt iure odit.",
"sku": "quidem",
"active": false,
"digital": true,
"price": 12
},
{
"id": 2,
"name": "Autem et consequatur aut dolores enim non facere tempora.",
"sku": "nostrum",
"active": true,
"digital": false,
"price": 74
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.