> ## 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.

# List Providers

Returns a list of available charging network providers, ordered alphabetically by name. This endpoint does not require authentication.

## Response

<ResponseField name="data" type="array">
  Array of provider objects.

  <Expandable title="provider">
    <ResponseField name="name" type="string">
      The provider name.
    </ResponseField>

    <ResponseField name="websocket_url" type="string">
      The OCPP WebSocket URL for connecting chargers to this provider.
    </ResponseField>
  </Expandable>
</ResponseField>
