---
title: "Oauth Authorize"
method: GET
path: "/oauth/zapier/authorize"
tags: ["zapier-oauth"]
---

# Oauth Authorize

`GET /oauth/zapier/authorize`

OAuth 2.1 Authorization Endpoint for Zapier

## Query parameters

- `response_type` string, required — Must be 'code'
- `client_id` string, required — Zapier client ID
- `redirect_uri` string, required — Zapier callback URL
- `scope` string, nullable — Requested scopes
- `state` string, nullable — State parameter for CSRF protection
- `code_challenge` string, nullable — PKCE code challenge
- `code_challenge_method` string, nullable — PKCE challenge method

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/revisions/4dc7c4418845/schema)
