Skip to main content
GET
/
api
/
v1
/
admin
/
kyc
/
documents
/
{documentId}
Get signed preview URL for a KYC document
curl --request GET \
  --url https://app.mlm-platform.com/api/v1/admin/kyc/documents/{documentId} \
  --header 'x-tenant-api-key: <api-key>'
{
"documentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fileUrl": "<string>",
"expiresInSeconds": 123,
"mimeType": "<string>",
"fileName": "<string>"
}

Authorizations

x-tenant-api-key
string
header
required

Tenant API key for authentication. Keys are scoped to specific environments (LIVE or SANDBOX). Obtain keys from the admin dashboard.

Path Parameters

documentId
string<uuid>
required

Response

Signed document URL

documentId
string<uuid>
fileUrl
string<uri>
expiresInSeconds
integer
mimeType
string
fileName
string