---
title: "Authorize Dialpad"
method: GET
path: "/oauth/dialpad/authorize"
tags: ["dialpad-oauth"]
---

# Authorize Dialpad

`GET /oauth/dialpad/authorize`

Start Dialpad OAuth flow

Parameters:
- instance_id: Identifier for the instance requesting authorization
- client_id: Optional client ID for white labeling
- scope: Optional scopes to request (space-separated)
- redirect_url: Optional URL to redirect to after authorization completes
- code_challenge: PKCE code challenge for enhanced security
- code_challenge_method: PKCE code challenge method

## 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
- `code_challenge` string, nullable — PKCE code challenge for enhanced security
- `code_challenge_method` string, nullable — PKCE code challenge method (default: S256)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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