---
title: "List auth providers"
method: GET
path: "/v1/admin/auth_providers"
tags: ["Admin"]
---

# List auth providers

`GET /v1/admin/auth_providers`

List a page of auth providers that are available to the caller

## Response `200`

OK

- SchemasOffsetPageSchemasAuthProviderResponse
  - `items` SchemasAuthProviderResponse[]
    - `binding` SchemasBindingResponse
      - `id` string
      - `type` 'static' | 'tenant' | 'project' | 'account'
    - `created_at` string
    - `description` string
    - `id` string
    - `oauth2` SchemasOAuth2ConfigResponse
      - `authorize_request` SchemasOAuth2RequestConfigResponse
        - `auth_header_value_format` string
        - `auth_method` string
        - `endpoint` string
        - `expiration_format` string
        - `method` string
        - `params` object
        - `request_content_type` string
        - `response_content_type` string
        - `response_map` object
      - `client_id` string
      - `client_secret` SchemasSecretResponse
        - `binding` 'static' | 'tenant' | 'project' | 'account'
        - `editable` boolean
        - `exists` boolean
        - `value` string
      - `pkce` SchemasPKCEConfigResponse
        - `code_challenge_method` string
        - `enabled` boolean
      - `redirect_uri` string — The redirect URI required for this provider.
      - `refresh_request` SchemasOAuth2RequestConfigResponse
        - `auth_header_value_format` string
        - `auth_method` string
        - `endpoint` string
        - `expiration_format` string
        - `method` string
        - `params` object
        - `request_content_type` string
        - `response_content_type` string
        - `response_map` object
      - `scope_delimiter` string
      - `token_introspection_request` SchemasTokenIntrospectionRequestConfigResponse
        - `auth_header_value_format` string
        - `auth_method` string
        - `enabled` boolean
        - `endpoint` string
        - `expiration_format` string
        - `method` string
        - `params` object
        - `request_content_type` string
        - `response_content_type` string
        - `response_map` object
        - `triggers` SchemasTokenIntrospectionRequestTriggersResponse
          - `on_token_grant` boolean
          - `on_token_refresh` boolean
      - `token_request` SchemasOAuth2RequestConfigResponse
        - `auth_header_value_format` string
        - `auth_method` string
        - `endpoint` string
        - `expiration_format` string
        - `method` string
        - `params` object
        - `request_content_type` string
        - `response_content_type` string
        - `response_map` object
      - `user_info_request` SchemasUserInfoRequestConfigResponse
        - `auth_header_value_format` string
        - `auth_method` string
        - `endpoint` string
        - `expiration_format` string
        - `method` string
        - `params` object
        - `request_content_type` string
        - `response_content_type` string
        - `response_map` object
        - `triggers` SchemasUserInfoRequestTriggersResponse
          - `on_token_grant` boolean
          - `on_token_refresh` boolean
    - `provider_id` string
    - `status` string
    - `type` string
    - `updated_at` string
  - `limit` integer
  - `offset` integer
  - `page_count` integer
  - `total_count` integer

## Other responses

- `500` — Internal Server Error

## Changes

- **2026-02-18** `2a6c58164e9f` — 1 warning
  - removed the optional property `items/items/oauth2/client_secret/hint` from the response with the `200` status
- **2025-11-06** `0a15ddd7e03a` — 5 info
  - added the optional property `items/items/oauth2/authorize_request/auth_header_value_format` to the response with the `200` status
  - added the optional property `items/items/oauth2/refresh_request/auth_header_value_format` to the response with the `200` status
  - added the optional property `items/items/oauth2/token_introspection_request/auth_header_value_format` to the response with the `200` status
  - added the optional property `items/items/oauth2/token_request/auth_header_value_format` to the response with the `200` status
  - …1 more
- **2025-10-30** `f59a2fe653b8` — 1 warning, 1 info
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `Bearer` was added to the API

[Change history](https://skmtc.dev/arcadeai/apis/arcade-api/changes/v1/admin/auth_providers/get.md)

---

[API](https://skmtc.dev/arcadeai/apis/arcade-api.md) · [All operations](https://skmtc.dev/arcadeai/apis/arcade-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arcadeai/arcade-api/revisions/a509111298b2/schema)
