Skip to main content
GET
/
v3
/
providers
List Providers
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.

Response

data
array
Array of provider objects.