---
title: "Consent Decision"
method: POST
path: "/oauth/consent"
---

# Consent Decision

`POST /oauth/consent`

Records the user's consent decision and mints an authorization code.

Returns the client redirect URL; the consent page navigates there.

## Request body

- ConsentDecisionRequest
  - `request` string, required
  - `decision` string, required

## Response `200`

Successful Response

- ConsentDecisionResponse
  - `redirect_url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/iliad/apis/fastapi.md) · [All operations](https://skmtc.dev/iliad/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iliad/fastapi/revisions/c1701119b330/schema)
