get https://app1.compliancely.com/api/v1/kyb/estonia/business/
Get list and details of the information searched
- RID is the unique record id.
- ID is the unique entity/submission id.
- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').
- Status is the current state of an entity.
{
"results": [
{
"id": 237,
"name": "hp",
"status": "Pending",
"created_at": "2023-09-20T05:05:43.230882Z",
"created_by": "compliancely"
},
{
"id": 238,
"name": "hp",
"status": "Pending",
"created_at": "2023-09-20T05:05:43.990162Z",
"created_by": "compliancely"
},
....
],
"filters": {
"total_records": 10,
"count": 10,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 3809,
"entity_name": "MTÜ Aktsioon Amazonas",
"status": "Entered into the register",
"created_at": "2023-05-31T14:07:08.745360",
"created_by": "compliancely",
"match_percentage": 90.0
},
{
"id": 3810,
"entity_name": "Amazonart OÜ",
"status": "Entered into the register",
"created_at": "2023-05-31T14:07:18.301732",
"created_by": "compliancely",
"match_percentage": 90.0
},
....
],
"filters": {
"total_records": 10,
"count": 10,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 3809,
"entity_name": "MTÜ Aktsioon Amazonas",
"raw_data_kyb": {},
"raw_data_ubo": null,
"created_by": "compliancely"
}
],
"filters": {
"total_records": 1,
"count": 1,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 238,
"name": "hp",
"status": "Pending",
"created_at": "2023-09-20T05:05:43.990162Z",
"created_by": "compliancely"
},
{
"id": 237,
"name": "hp",
"status": "Pending",
"created_at": "2023-09-20T05:05:43.230882Z",
"created_by": "compliancely"
},
...
],
"filters": {
"total_records": 13,
"count": 3,
"page_size": 10,
"total_pages": 2,
"current_page": 2,
"order": "desc",
"search_query": ""
}
}
{
"detail": "Invalid token header. No credentials provided."
}
{
"detail": "Invalid token."
}
{
"detail": "Authentication credentials were not provided."
}
{
"detail": "You don't have access to this feature. Please contact the support"
}