---
title: "Get user consent"
method: GET
path: "/omni/get/user-consent"
tags: ["User consent"]
---

# Get user consent

`GET /omni/get/user-consent`

Fetches user consent with title, content and status from session.

## Query parameters

- `id` string

## Headers

- `api-version` string, required

## Response `200`

OK

- UserConsentResponse
  - `success` boolean — Flag indicating request passed successfully.
  - `sessionStatus` 'Alive' | 'Closed' | 'Deleted' — Session status
  - `title` string — Title of the consent.
  - `content` string — Text content.
  - `status` boolean — Status

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/incode/apis/incode-omni-api.md) · [All operations](https://skmtc.dev/incode/apis/incode-omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/incode/incode-omni-api/revisions/30cd6d926ea3/schema)
