---
title: "Get Linked Providers"
method: GET
path: "/cabinet/auth/account/linked-providers"
tags: ["Cabinet Account Linking"]
---

# Get Linked Providers

`GET /cabinet/auth/account/linked-providers`

Return all auth methods with their link status for the current user.

## Response `200`

Successful Response

- LinkedProvidersResponse
  - `providers` LinkedProvider[], required
    - `provider` string, required
    - `linked` boolean, required
    - `identifier` string, nullable

---

[API](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api.md) · [All operations](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bedolagam/remnawave-bot-admin-api/revisions/45956d1b13ec/schema)
