---
title: "Get Authorize Request"
method: GET
path: "/api/v1/oauth/authorize/request/{request_id}"
tags: ["oauth"]
---

# Get Authorize Request

`GET /api/v1/oauth/authorize/request/{request_id}`

Details the consent page needs: client name, requested scopes, and the
workspace (tenant) of the caller's current session — which is the tenant the
grant will be bound to.

## Path parameters

- `request_id` string, required

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.dev/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/revisions/ce7abafbb050/schema)
