Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Proxy
Chargers > Settings
Meters > Chargee
Products
Providers
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Providers
Get all providers
GET
/
api
/
v3
/
providers
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v3/providers \
--header 'Authorization: Bearer <token>'
Copy
{
"data": [
{
"name": "Price Ltd",
"websocket_url": "ws://dare.org"
},
{
"name": "Tromp-Leffler",
"websocket_url": "ws://mitchell.info"
}
]
}
Authorizations
See the documentation for more information.
Response
200 - application/json
The response is of type object
.
Was this page helpful?
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v3/providers \
--header 'Authorization: Bearer <token>'
Copy
{
"data": [
{
"name": "Price Ltd",
"websocket_url": "ws://dare.org"
},
{
"name": "Tromp-Leffler",
"websocket_url": "ws://mitchell.info"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.