---
title: "Requesting authorization"
method: GET
path: "/oauth/authorize"
tags: ["Oauth"]
---

# Requesting authorization

`GET /oauth/authorize`

Authorize a user by redirecting them to the Pipedrive OAuth authorization page and request their permissions to act on their behalf. This step is necessary to implement only when you allow app installation outside of the Marketplace.

## Query parameters

- `client_id` string, required
- `redirect_uri` string, required
- `state` string

## Response `200`

Authorize user in the app.

---

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