Get KYC form

Get KYC form

get
Authorizations
Path parameters
kycFormIdstring · uuidRequired
Responses
200

OK

application/json
get
GET /kyc-forms/{kycFormId} HTTP/1.1
Host: api.bird.com
Authorization: AccessKey YOUR_SECRET_TOKEN
Accept: */*
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "name": "text",
  "scope": "number",
  "countryCode": "text",
  "conditions": {
    "ANY_ADDITIONAL_PROPERTY": "text"
  },
  "status": "draft",
  "defaultLocale": "text",
  "questions": [
    {
      "locale": "text",
      "questions": [
        {
          "type": "bool",
          "key": "text",
          "description": "text",
          "placeholder": "text",
          "displayName": "text",
          "required": true,
          "mapping": "text",
          "format": "none",
          "conditions": [
            {
              "key": "text",
              "value": "text"
            }
          ],
          "options": [
            {
              "key": "text",
              "value": "text"
            }
          ],
          "timezone": "text"
        }
      ]
    }
  ],
  "gracePeriodDays": 1,
  "createdAt": "2025-08-13T14:13:03.901Z",
  "updatedAt": "2025-08-13T14:13:03.901Z"
}

Last updated

Was this helpful?