---
title: "[Beta] Authorize user through oauth"
method: GET
path: "/v1/oauth/authorize"
tags: ["OAuth"]
---

# [Beta] Authorize user through oauth

`GET /v1/oauth/authorize`

## Query parameters

- `client_id` string, uuid, required
- `response_type` 'code' | 'token' | 'id_token token', required
- `redirect_uri` string, required
- `scope` string
- `state` string
- `response_mode` string
- `code_challenge` string
- `code_challenge_method` 'plain' | 'sha256' | 'S256'
- `organization_slug` string
- `target_flow` string
- `resource` string, uri

## Response `204`

---

[API](https://skmtc.dev/supabase/apis/management-api.md) · [All operations](https://skmtc.dev/supabase/apis/management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supabase/management-api/revisions/a7cb39418064/schema)
