---
title: "Approve Authorize"
method: POST
path: "/api/v1/oauth/authorize/approve"
tags: ["oauth"]
---

# Approve Authorize

`POST /api/v1/oauth/authorize/approve`

Mint an authorization code bound to the signed-in user + their current
workspace (the tenant their session belongs to).

Returns the redirect target; the frontend navigates the browser there so the
MCP client receives ``?code=...&state=...``.

## Headers

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

## Request body

- ApproveRequest
  - `request_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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