get https://app1.compliancely.com/api/v1/kyb/czechrepublic/ubo/
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.
{
"success_message": "Total 40 record(s) found",
"pagination": {
"total_records": 40,
"count": 40,
"page_size": 15,
"total_pages": 3,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 122,
"name": "bank",
"identification_number": "NA",
"file_mark": "NA",
"status": "Completed",
"created_at": "2022-08-30T10:15:16.359611",
"created_by": "compliancely"
},
{
"id": 129,
"name": "bank",
"identification_number": "NA",
"file_mark": "NA",
"status": "Completed",
"created_at": "2022-08-30T12:47:15.070816",
"created_by": "compliancely"
},
....
],
"success": true
}
{
"success_message": "Total 5 record(s) found",
"pagination": {
"total_records": 5,
"count": 5,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 847,
"entity_name": "Bankside s.r.o.",
"identification_number": "01656848",
"registration_day": "7. května 2013",
"status": "NA",
"created_at": "2022-09-06T10:43:46.200967",
"created_by": "compliancely",
"match_percentage": 90.0
},
{
"id": 848,
"entity_name": "Bankerat a.s.",
"identification_number": "24186457",
"registration_day": "28. listopadu 2011",
"status": "NA",
"created_at": "2022-09-06T10:43:46.403223",
"created_by": "compliancely",
"match_percentage": 90.0
},
....
],
"success": true
}
{
"success_message": "Record found",
"data": {
"id": 2944,
"entity_name": "Andriy Bank",
"data": {
"ubo": {}
},
"created_by": "compliancely"
},
"success": true
}
{
"success_message": "Total 40 record(s) found",
"pagination": {
"total_records": 40,
"count": 10,
"page_size": 10,
"total_pages": 4,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 122,
"name": "bank",
"identification_number": "NA",
"file_mark": "NA",
"status": "Completed",
"created_at": "2022-08-30T10:15:16.359611",
"created_by": "compliancely"
},
{
"id": 129,
"name": "bank",
"identification_number": "NA",
"file_mark": "NA",
"status": "Completed",
"created_at": "2022-08-30T12:47:15.070816",
"created_by": "compliancely"
},
....
],
"success": true
}
{
"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"
}