get https://app1.compliancely.com/api/v1/kyb/czechrepublic/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.
{
"success_message": "Total 14 record(s) found",
"pagination": {
"total_records": 14,
"count": 14,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 184,
"name": "Microsoft",
"identification_number": "878745545",
"file_mark": "NA",
"status": "Completed",
"created_at": "2023-09-19T13:28:00.266422Z",
"created_by": "compliancely"
},
{
"id": 185,
"name": "Microsoft",
"identification_number": "878745545",
"file_mark": "NA",
"status": "Completed",
"created_at": "2023-09-19T13:28:07.392925Z",
"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": 2943,
"entity_name": "Andriy Bank",
"identification_number": "694 92 131",
"status": "NA",
"created_at": "2022-10-28T05:03:46.732823",
"created_by": "compliancely",
"match_percentage": 90.0
},
{
"id": 2944,
"entity_name": "Ivan Bank",
"identification_number": "664 77 034",
"status": "NA",
"created_at": "2022-10-28T05:03:48.187775",
"created_by": "compliancely",
"match_percentage": 90.0
},
....
],
"success": true
}
{
"success_message": "Record found",
"data": {
"id": 2943,
"entity_name": "Andriy Bank",
"data": {
"kyb": {}
},
"created_by": "compliancely"
},
"success": true
}
{
"success_message": "Total 14 record(s) found",
"pagination": {
"total_records": 14,
"count": 4,
"page_size": 10,
"total_pages": 2,
"current_page": 2,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 194,
"name": "facebook",
"identification_number": "4545454",
"file_mark": "NA",
"status": "Completed",
"created_at": "2023-09-19T13:29:27.077051Z",
"created_by": "compliancely"
},
{
"id": 195,
"name": "facebook",
"identification_number": "4545454",
"file_mark": "NA",
"status": "Completed",
"created_at": "2023-09-19T13:29:28.096043Z",
"created_by": "compliancely"
},
{
"id": 196,
"name": "facebook",
"identification_number": "4545454",
"file_mark": "NA",
"status": "Completed",
"created_at": "2023-09-19T13:30:36.874841Z",
"created_by": "compliancely"
},
{
"id": 197,
"name": "facebook",
"identification_number": "4545454",
"file_mark": "NA",
"status": "Completed",
"created_at": "2023-09-19T13:30:38.150637Z",
"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"
}