---
title: "Get Oauth Authorize Url"
method: GET
path: "/cabinet/auth/oauth/{provider}/authorize"
tags: ["Cabinet OAuth"]
---

# Get Oauth Authorize Url

`GET /cabinet/auth/oauth/{provider}/authorize`

Get authorization URL for an OAuth provider.

## Path parameters

- `provider` 'google' | 'yandex' | 'discord' | 'vk', required

## Response `200`

Successful Response

- OAuthAuthorizeResponse
  - `authorize_url` string, required
  - `state` string, required

## Other responses

- `422` — Validation Error

---

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