curl --request GET \
--url https://cloud.volttime.com/api/v3/providers \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"name": "Price Ltd",
"websocket_url": "ws://dare.org"
},
{
"name": "Tromp-Leffler",
"websocket_url": "ws://mitchell.info"
}
]
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v3/providers \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"name": "Price Ltd",
"websocket_url": "ws://dare.org"
},
{
"name": "Tromp-Leffler",
"websocket_url": "ws://mitchell.info"
}
]
}