---
title: "Send the information obtained from the user during the identity verification process"
method: POST
path: "/api/conversations/{conversationId}/headless/{next}"
tags: ["Enterprise Integration"]
---

# Send the information obtained from the user during the identity verification process

`POST /api/conversations/{conversationId}/headless/{next}`

Takes the information from the user and calculates the next step that should be rendered to the user.

Detailed description of returned attributes:

| Parameter | Example | Description |
| --------- | ------- | ----------- |
| component | `GLOBAL/ACCEPTED` | 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. |
| errors | map with field name and error description | A map specifying incorrectly entered form fields and a description of the associated error. |
| errors.field | parameter name sent in `body` attribute, validated and marked as incorrect | Value specifying incorrectly entered form field. |
| errors.code  | error code related to the field described in `errors.field` attribute | Value describing the error associated to the form field. |

## Path parameters

- `conversationId` string, required
- `next` string, required

## Headers

- `X-User-IP` string, required

## Request body

- HeadlessNextPageRequest — Map of parameters sent by the user
  - `args` object

## 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)
