Skip to main content
GET
/
kyb
/
forms
/
{companyId}
/
questionnaires
List questionnaires
curl --request GET \
  --url https://ivs.idenfy.com/kyb/forms/{companyId}/questionnaires/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "key": "<string>",
    "name": "<string>",
    "title": "<string>",
    "sections": [
      {
        "key": "<string>",
        "title": "<string>",
        "questions": [
          {
            "key": "<string>",
            "title": "<string>",
            "type": "CHECKBOX",
            "description": "",
            "choices": [
              {
                "key": "<string>",
                "title": "<string>"
              }
            ],
            "required": false,
            "placeholder": "<string>",
            "condition": "<string>"
          }
        ],
        "description": "",
        "condition": "<string>"
      }
    ],
    "description": "",
    "type": "KYC"
  }
]

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
id
string
required
read-only
key
string
required
read-only

Used for token creation to identify this questionnaire.

Maximum string length: 32
Pattern: ^[\w_*-]+$
name
string
required
Maximum string length: 32
title
string
required
Maximum string length: 512
sections
object[]
required
description
string | null
default:""
Maximum string length: 512
type
enum<string>
Available options:
KYC,
KYB