Entities
Retrieve a list of Entities associated with your KYC portal instance.
GetEntities
GET
https://api.icomplykyc.com/api/v2/entities
Retrieve a list of Entities that have been verified or are waiting for verification
Authentication Type: Api Key
Example Query: https://api.icomplykyc.com/api/v2/entities?limit=10&start=0&descending=true&type=all&identityVerification=true&kycMetaData=true&amlSearches=true&supportingDocuments=true&addresses=true&corporateVerification=true&documentAuthentication=true&biometrics=true
Query Parameters
limit
Int
Defines how many IDs to return. Max value: 100. Default value: 10
start
Int
Defines how many entities to jump over. Default value: 0
descending
Boolean
Defines whether to sort entities in ascending or descending
type
String
Defines entity type. Expected values: all, natural-persons, legal-entities. Default value: all
identityVerification
Boolean
Affects natural persons only
kycMetaData
Boolean
Affects all entities
amlSearches
Boolean
Affects all entities
supportingDocuments
Boolean
Affects all entities
addresses
Boolean
Affects legal entities only
corporateVerification
Boolean
Affects legal entities only
documentAuthentication
Boolean
Affects natural persons only
biometrics
Boolean
Affects natural persons only
GetEntityIDs
GET
https://api.icomplykyc.com/api/v2/entities/identifiers
Retrieve a list of entity IDs associated with your account. These entity IDs can be used to get more information about a specific entity.
Authentication Type: Api Key
Example Query: https://api.icomplykyc.com/api/v2/entities/identifiers?limit=100&start=0&descending=true&type=all
Query Parameters
limit
Int
Defines how many IDs to return. Max value: 1000. Default value: 100
start
Int
Defines how many entities to jump over. Default value: 0
descending
Boolean
Defines whether to sort entities in ascending or descending
type
String
Defines entity type. Expected values: all, natural-persons, legal-entities. Default value: all
Last updated