get https://app1.compliancely.com/api/v1/kyb/luxembourg/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": 179,
"name": "bank",
"rcs_number": "NA",
"status": "Completed",
"created_at": "2022-09-05T12:06:36.610965",
"created_by": "compliancely"
},
{
"id": 180,
"name": "bank",
"rcs_number": "NA",
"status": "Completed",
"created_at": "2022-09-05T12:10:00.295950",
"created_by": "compliancely"
},
....
],
"filters": {
"total_records": 47,
"count": 47,
"page_size": 15,
"total_pages": 4,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 2603,
"entity_name": "Deutsche Bank",
"rcs_number": "K1206",
"status": "NA",
"created_at": "2022-10-06T13:19:27.466796",
"created_by": "compliancely",
"match_percentage": 90.0
},
{
"id": 2604,
"entity_name": "BANK OF AMERICA",
"rcs_number": "B8306",
"status": "NA",
"created_at": "2022-10-06T13:19:30.911742",
"created_by": "compliancely",
"match_percentage": 90.0
},
....
],
"filters": {
"total_records": 5,
"count": 5,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 2604,
"entity_name": "BANK OF AMERICA",
"raw_data_kyb": {
"Legal form": "Société anonyme",
"RCS number": "B8306",
"Registered office": "L - Luxembourg",
"Registration date": "14/03/1969",
"Deletion filing date": "20/02/1978",
"Trade name(s) or trading name(s)": "BANK OF AMERICA"
},
"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": 179,
"name": "bank",
"rcs_number": "NA",
"status": "Completed",
"created_at": "2022-09-05T12:06:36.610965",
"created_by": "compliancely"
},
{
"id": 180,
"name": "bank",
"rcs_number": "NA",
"status": "Completed",
"created_at": "2022-09-05T12:10:00.295950",
"created_by": "compliancely"
},
....
],
"filters": {
"total_records": 47,
"count": 40,
"page_size": 10,
"total_pages": 5,
"current_page": 1,
"order": "asc",
"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"
}