---
title: "Obtaining the information needed to show the user the current page of the identity verification process"
method: GET
path: "/api/conversations/{conversationId}/headless"
tags: ["Enterprise Integration"]
---

# Obtaining the information needed to show the user the current page of the identity verification process

`GET /api/conversations/{conversationId}/headless`

Returns information about the values that should be rendered on page and displayed to the user.

Detailed description of the returned attributes:

| Parameter | Example | Description |
| --------- | ------- | ----------- |
| component | `SMART_ID/SHOW_CODE` | Name of method related with current step and expected action related to UI in verification process. |
| next | `fd78cf43-12a7...` | Id of the page to which the user information should be submitted. Information is sent via the method `POST /api/conversations/{conversationId}/headless/{next}`. |
| args | parameter name list | List of parameters that should be displayed to the user. |

## Path parameters

- `conversationId` string, required

## Headers

- `X-User-IP` string, required

## Response `200`

Information available

## Other responses

- `402` — Exhaustion of the plan or limitations related to non-payment
- `403` — Permission denied
- `404` — Conversation not found
- `500` — Server side error

---

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