Skip to main content
GET
/
kyb
/
forms
/
{companyId}
/
documents
/
{id}
Retrieve document
curl --request GET \
  --url https://ivs.idenfy.com/kyb/forms/{companyId}/documents/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "type": "INCORPORATION_CERT",
  "file": "<string>",
  "filename": "<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
id
string
required

A unique value identifying this KYB Document.

Response

200 - application/json
id
string
required
read-only
type
enum<string>
required
Available options:
INCORPORATION_CERT,
DIRECTOR_CERT,
SHAREHOLDER_CERT,
UBO_CERT,
INCORPORATION_ARTICLES,
SHAREHOLDER_REGISTRY,
DIRECTORS_REGISTRY,
STATE_REGISTRY,
UBO_REGISTRY,
OWNERSHIP_STRUCTURE,
INCUMBENCY_CERT,
TRUST_AGREEMENT,
INFORMATION_STATEMENT,
GOOD_STANDING_CERT,
PROOF_OF_DOMAIN,
PROOF_OF_ADDRESS,
SOURCE_OF_FUNDS,
BANK_STATEMENT,
INVOICE,
ONLINE_PRESENCE,
DIRECTOR_ONLINE_PRESENCE,
SHAREHOLDER_ONLINE_PRESENCE,
WEBSITE_OVERVIEW,
E_SIGNATURE_CERT,
ANNUAL_REPORT,
NAME_CHANGE_PROOF,
TRADING_STATUS_PROOF,
ORG_CHART,
COMPANY_ADVERSE_MEDIA,
INDIVIDUAL_ADVERSE_MEDIA,
EMAIL_CHECK,
SOURCE_OF_WEALTH,
OTHER
file
string<uri>
required
read-only

Base64 encoded document file. Can be: jpeg, jpg, png, gif, webp, heic, heif, pdf files.

filename
string | null
Maximum string length: 100