Get a KYC form entry details
Authorizations
Path parameters
organizationIdstringRequired
The organization ID
kycFormIdstring · uuidRequired
kycFormEntryIdstring · uuidRequired
Responses
200
OK
application/json
404
Resource not found
application/json
get
/organizations/{organizationId}/kyc-forms/{kycFormId}/entries/{kycFormEntryId}GET /organizations/{organizationId}/kyc-forms/{kycFormId}/entries/{kycFormEntryId} HTTP/1.1
Host: api.bird.com
Authorization: AccessKey YOUR_SECRET_TOKEN
Accept: */*
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "organizationId": "123e4567-e89b-12d3-a456-426614174000",
  "formId": "123e4567-e89b-12d3-a456-426614174000",
  "locale": "text",
  "status": "draft",
  "businessProfileId": "123e4567-e89b-12d3-a456-426614174000",
  "businessProfileVersion": 1,
  "answers": [
    {
      "key": "text",
      "valueString": "text",
      "isDefault": true
    }
  ],
  "reviewComment": "text",
  "createdAt": "2025-10-30T15:02:11.631Z",
  "displayName": "text",
  "tags": [
    {
      "key": "text",
      "value": "text"
    }
  ],
  "updatedAt": "2025-10-30T15:02:11.631Z"
}Last updated
Was this helpful?

