---
title: "Consent Info"
method: POST
path: "/oauth/consent-info"
---

# Consent Info

`POST /oauth/consent-info`

Describes a pending authorization request to the consent page.

can_skip is true when the user already has a live grant for this client
with matching scopes, letting the page approve without rendering.

## Request body

- ConsentInfoRequest
  - `request` string, required

## Response `200`

Successful Response

- ConsentInfoResponse
  - `client_id` string, required
  - `client_name` string, required
  - `scopes` string[], required
  - `resource` string, nullable, required
  - `can_skip` boolean, 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)
