> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported VAN providers and whether the local file-backed VAN is enabled.

> Supported VAN providers

### Response

No response body. Supported VAN providers.

### Status codes

| Code  | Meaning                 |
| ----- | ----------------------- |
| `200` | Supported VAN providers |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://edi.stateset.com/v1/van/providers' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
