---
title: "Get Auth Providers"
method: GET
path: "/api/v1/auth/providers"
tags: ["auth"]
---

# Get Auth Providers

`GET /api/v1/auth/providers`

## Response `200`

Successful Response

- AuthProvidersResponse
  - `providers` AuthProviderInfo[], required
    - `id` string, required
    - `name` string, required
    - `type` string, required
    - `login_url` string, nullable
    - `icon` string, nullable

---

[API](https://skmtc.dev/pypsa/apis/pypsa-app.md) · [All operations](https://skmtc.dev/pypsa/apis/pypsa-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pypsa/pypsa-app/revisions/a9fc864817c3/schema)
