---
title: "Authorize"
method: GET
path: "/authorize"
tags: ["mcp"]
---

# Authorize

`GET /authorize`

## Query parameters

- `redirect_uri` string, required
- `client_id` string, nullable
- `state` string
- `mcp_server_name` string, nullable
- `code_challenge` string, nullable
- `code_challenge_method` string, nullable
- `response_type` string, nullable
- `scope` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-31** `79b9ccc6f1dd` — 1 info
  - endpoint added
- **2026-08-30** `24ad9eaf6a00` — 1 breaking
  - api path removed without deprecation
- **2026-08-29** `404bba17aabe` — 1 info
  - endpoint added
- **2026-08-28** `69055cd7f03a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/authorize/get.md)

---

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