Supporting Documents
Get supporting documents related to an entity
GetSupportingDocumentsByEntityID
GET
https://api.icomplykyc.com/api/v2/entities/:id/documents
Get all supporting documents associated with this legal entity
Authentication Type: Api Key
Sample Query: https://api.icomplykyc.com/api/v2/entities/1234567e-fcff-4c10-9dd3-da74422e1c30/documents
Path Parameters
Name
Type
Description
*
String
The entity ID you wish to retrieve ID documents for
GetSupportingDocumentByDocumentID
GET
https://api.icomplykyc.com/api/v2/documents/:id
Get the details and binary file of the specified document. The document is returned as a base64 encoded string which must be decoded into a binary file.
Authentication Type: Api Key
Sample Query: https://api.icomplykyc.com/api/v2/documents/1234567e-fcff-4c10-9dd3-da74422e1c30
Path Parameters
Name
Type
Description
id
String
The ID of the document to retrieve
Last updated