---
title: "Receive Verification Presentation (from e.g. Wallet)"
method: POST
path: "/oid4vp/api/request-object/{request_id}/response-data"
tags: ["Verfifier OID4VP API"]
---

# Receive Verification Presentation (from e.g. Wallet)

`POST /oid4vp/api/request-object/{request_id}/response-data`

Handles various types of verification presentations including standard presentations, rejections, DCQL presentations, and encrypted DCQL presentations. The method automatically determines the request type based on the provided parameters.

## Path parameters

- `request_id` string, uuid, required

## Headers

- `SWIYU-API-Version` '2'

## Response `200`

Verification Presentation received and processed successfully

- object

## Other responses

- `400` — Bad Request. The request body is not valid

---

[API](https://skmtc.net/swiyu/apis/verifier-api.md) · [All operations](https://skmtc.net/swiyu/apis/verifier-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swiyu/verifier-api/versions/7217acac713d/schema)
