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

# Retrieve KBA Questions

`GET /kba/{id}`

Returns the KBA questions for a specific KBA session. The questions are used to verify the customer's identity during the KBA process.

## Path parameters

- `id` string, required

## Headers

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

## Response `200`

successful operation

## Other responses

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

## Changes

- **2025-11-19** `e44b6a6d5724` — 9 info
  - the response property `_links` became required for the status `200`
  - the response property `_links/answer` became required for the status `200`
  - the response property `id` became required for the status `200`
  - the response property `questions` became required for the status `200`
  - …5 more
- **2025-06-06** `231d0268586b` — 2 info
  - the response property `code` became required for the status `403`
  - the response property `message` became required for the status `403`
- **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/get.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/0e13062ae3be/schema)
