GET
/
kba
/
{id}
cURL
GET https://api.dwolla.com/kba/33aa88b1-97df-424a-9043-d5f85809858b
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer cRahPzURfaIrTewKL18tmslWPqKdzkLeYJm0oB1hGJ1vMPArft1v
{
  "_links": {
    "answer": {
      "href": "https://api.dwolla.com/kba/62dac6f3-bf8f-4961-9af8-428de8ecd9a4",
      "type": "application/vnd.dwolla.v1.hal+json",
      "resource-type": "kba"
    }
  },
  "id": "62dac6f3-bf8f-4961-9af8-428de8ecd9a4",
  "questions": [
    {
      "id": 2355953375,
      "text": "In what county do you currently live?",
      "answers": [
        {
          "id": 2687969295,
          "text": "Pulaski"
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Accept
enum<string>
default:application/vnd.dwolla.v1.hal+json
required

The media type of the response. Must be application/vnd.dwolla.v1.hal+json

Available options:
application/vnd.dwolla.v1.hal+json

Path Parameters

id
string
required

The ID of the KBA session to retrieve questions for

Response

200
application/vnd.dwolla.v1.hal+json

successful operation

The response is of type object.