---
title: "Verify KBA Questions"
method: POST
path: "/kba/{id}"
tags: ["kba"]
---

# Verify KBA Questions

`POST /kba/{id}`

Verify KBA Questions

## Path parameters

- `id` string, required

## Headers

- `Accept` 'application/vnd.dwolla.v1.hal+json', required

## Request body

- object
  - `answers` object[], required
    - `questionId` string
    - `answerId` string

## Response `200`

created

## Other responses

- `403` — 403 Error
- `404` — 404 Error

## Changes

- **2025-06-06** `231d0268586b` — 1 breaking, 7 info
  - request body became required
  - api operation id `verifyKbaQuestions` removed and replaced with `verify`
  - the response property `oneOf[subschema #1: ForbiddenError]/code` became required for the status `403`
  - the response property `oneOf[subschema #1: ForbiddenError]/message` became required for the status `403`
  - …4 more
- **2025-05-23** `4c8b16e05918` — 1 breaking
  - added the new required `header` request parameter `Accept`

[Change history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/kba/:id/post.md)

---

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