---
title: "Authorize Box"
method: GET
path: "/oauth/box/authorize"
tags: ["box-oauth"]
---

# Authorize Box

`GET /oauth/box/authorize`

Start Box OAuth 2.0 flow

## 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 (space-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)
