curl --request GET \
--url https://app.plugchoice.com/api/v3/providers \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "<string>",
"websocket_url": "<string>"
}
]
}curl --request GET \
--url https://app.plugchoice.com/api/v3/providers \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "<string>",
"websocket_url": "<string>"
}
]
}Returns a list of available charging network providers, ordered alphabetically by name. This endpoint does not require authentication.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.