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

# Get Providers

`GET /v2/link/providers`

GET List of all available providers given the generated link token.

## Headers

- `x-vital-link-token` string, nullable

## Response `200`

Successful Response

- SourceLink[]
  - `id` integer, required
  - `name` string, required
  - `slug` string, required
  - `description` string, required
  - `logo` string, required
  - `oauth_url` string, nullable
  - `auth_type` 'oauth' | 'team_oauth' | 'sdk' | 'password' | 'email' | 'app' | '' — ℹ️ This enum is non-exhaustive.
  - `form_components` object

## 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)
