---
title: "Authorize Linear"
method: GET
path: "/oauth/linear/authorize"
tags: ["linear-oauth"]
---

# Authorize Linear

`GET /oauth/linear/authorize`

Start Linear OAuth flow

Parameters:
- instance_id: Identifier for the instance requesting authorization
- client_id: Optional client ID for white labeling
- scope: Optional scopes to request (comma-separated)
- redirect_url: Optional URL to redirect to after authorization completes

## Query parameters

- `instance_id` string, required — Unique identifier for the client instance requesting authorization
- `client_id` string, nullable — Client ID for white labeling, if not provided will use default credentials
- `scope` string, nullable — Optional OAuth scopes to request (comma-separated string)
- `redirect_url` string, nullable — Optional URL to redirect to after authorization completes

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev.md) · [All operations](https://skmtc.dev/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/weatherpal-ai/mcp-handle-https-www-mcp-handle-dev/revisions/58fc8af3b578/schema)
