Skip to main content
GET
/
kyb
/
forms
/
{companyId}
/
questionnaires
/
answers
/
detail
Retrieve all questionnaires' answers
curl --request GET \
  --url https://ivs.idenfy.com/kyb/forms/{companyId}/questionnaires/answers/detail/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "title": "<string>",
    "sections": [
      {
        "title": "<string>",
        "questions": [
          {
            "key": "<string>",
            "title": "<string>",
            "type": "CHECKBOX",
            "value": [
              "<string>"
            ]
          }
        ]
      }
    ],
    "id": "<string>",
    "name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://documentation.idenfy.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authentication for actions with all operations associated with KYB form.
Token obtained from KYB form token generation endpoint as tokenString value.

Path Parameters

companyId
string
required

Response

200 - application/json
title
string
required
sections
object[]
required
id
string
required

A unique identifier for the questionnaire.

name
string
required