cURL
curl --request GET \ --url https://api.example.com/kyb/forms/{companyId}/beneficiaries/{beneficiaryId}/documents/ \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "type": "IDENTITY_DOCUMENT", "file": "<string>", "filename": "<string>" } ]
Authentication for actions with all operations associated with KYB form. Token obtained from KYB form token generation endpoint as tokenString value.
tokenString
IDENTITY_DOCUMENT
PROOF_OF_ADDRESS
OTHER
Base64 encoded document file. Can be: jpeg, jpg, png, gif, webp, heic, heif, pdf files.
jpeg
jpg
png
gif
webp
heic
heif
pdf
100
Contact support