---
title: How to List All OIDC Providers
url: https://docs.vultr.com/platform/iam/oidc/oidc-providers/how-to-list-all-oidc-providers
description: List all OIDC providers configured in your Vultr IAM organization. View provider details including client IDs, callback URLs, and status through the IAM API.
publish_date: 2026-03-24T19:52:57.860632Z
last_updated: 2026-04-28T15:38:43.199963Z
---

Listing OIDC providers retrieves all providers configured in your organization. Each provider includes its unique identifier, linked issuer ID, and name.

This guide explains how to list all OIDC providers using the Vultr API.

Send a `GET` request to the [**List OIDC Providers** endpoint](https://www.vultr.com/api/#tag/oidc/operation/list-oidc-providers) to retrieve all providers.

```console
$ curl "https://api.vultr.com/v2/oidc/provider" \
    -X GET \
    -H "Authorization: Bearer ${VULTR_API_KEY}"
```

The response contains the requested resources.