---
title: "Get List Of Providers"
method: GET
path: "/v2/providers"
tags: ["providers"]
---

# Get List Of Providers

`GET /v2/providers`

Get Provider list

## Query parameters

- `source_type` string, nullable

## Response `200`

Successful Response

- ClientFacingProviderDetailed[]
  - `name` string, required — Name of source of information
  - `slug` string, required — Slug for designated source
  - `description` string, required — Description of source of information
  - `logo` string, nullable, required — URL for source logo
  - `auth_type` 'oauth' | 'team_oauth' | 'sdk' | 'password' | 'email' | 'app' | '' — ℹ️ This enum is non-exhaustive.
  - `supported_resources` Resource[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryvital/apis/junction-api.md) · [All operations](https://skmtc.net/tryvital/apis/junction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryvital/junction-api/revisions/1a22b97afb3a/schema)
