---
title: How to List All OIDC Issuers
url: https://docs.vultr.com/platform/iam/oidc/oidc-issuers/how-to-list-all-oidc-issuers
description: List all OIDC issuers configured in your Vultr IAM organization. View issuer details including URLs, audiences, and creation timestamps through the IAM API.
publish_date: 2026-03-24T19:52:50.016781Z
last_updated: 2026-04-28T15:37:26.579505Z
---

Listing OIDC issuers retrieves all registered issuers in your organization, including both externally registered issuers and auto-created Vultr-managed issuers. Each issuer includes its source type, URI, and public key details.

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

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

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

The `source` field indicates the issuer type: `external` for third-party IdPs or `vultr` for auto-created issuers linked to OIDC providers.