---
title: "Decide consent request"
method: POST
path: "/mcp/authorize/request/{requestId}"
tags: ["MCP"]
---

# Decide consent request

`POST /mcp/authorize/request/{requestId}`

Approve or deny a pending consent request and get the URL to send the browser back to.

## Path parameters

- `requestId` string, required

## Request body

- object
  - `approved` boolean, required

## Response `200`

OAuth client redirect

- McpAuthorizationDecision
  - `redirect` string, required — Where to send the browser next: back to the client with a code on approval, or with an error on denial.

## Other responses

- `400` — Invalid request or OAuth client
- `401` — Authentication required
- `403` — Untrusted request origin
- `404` — Unknown or expired authorization request

## Changes

- **2026-08-24** `08bbb5bedb5d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/mcp/authorize/request/:requestId/post.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/9d1da42c10ce/schema)
