get https://app1.compliancely.com/api/v1/kyb/italy/business/
Get list and details of an 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 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": 385,
"name": "bank",
"document": true,
"status": "Pending",
"created_at": "2022-10-10T11:42:28.717593",
"created_by": "compliancely"
},
{
"id": 386,
"name": "bank",
"document": true,
"status": "Completed",
"created_at": "2022-10-10T11:43:21.844308",
"created_by": "compliancely"
},
....
],
"success": true
}
{
"success_message": "Total 10 record(s) found",
"pagination": {
"total_records": 10,
"count": 10,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 2879,
"entity_name": "Bank Sepah",
"status": "Registered Office",
"email": "[email protected]",
"company_address": "",
"city": "Roma",
"address": "italy",
"legal_form_generic": "Shareholding or Joint-stock Company",
"match_percentage": 90.0,
"created_at": "2022-10-27T10:02:28.812541",
"created_by": "compliancely"
},
{
"id": 2880,
"entity_name": "Caceis Bank",
"status": "Registered Office",
"email": "[email protected]",
"company_address": "",
"city": "Milano",
"address": "italy",
"legal_form_generic": "Shareholding or Joint-stock Company",
"match_percentage": 90.0,
"created_at": "2022-10-27T10:02:29.589515",
"created_by": "compliancely"
},
....
],
"success": true
}
{
"success_message": "Record found",
"data": {
"id": 2879,
"entity_name": "Bank Sepah",
"data": {
"kyb": {}
},
"created_by": "compliancely"
},
"success": true
}
{
"success_message": "Total 5 record(s) found",
"pagination": {
"total_records": 5,
"count": 5,
"page_size": 10,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 385,
"name": "bank",
"document": true,
"status": "Pending",
"created_at": "2022-10-10T11:42:28.717593",
"created_by": "compliancely"
},
{
"id": 386,
"name": "bank",
"document": true,
"status": "Completed",
"created_at": "2022-10-10T11:43:21.844308",
"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"
}