get https://app1.compliancely.com/api/v1/kyb/belgium/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": 3,
"name": "<string>",
"status": "Pending",
"created_at": "2023-09-19T07:41:06.908923Z",
"created_by": "compliancely"
},
{
"id": 4,
"name": "facebook",
"status": "Pending",
"created_at": "2023-09-19T07:41:22.360003Z",
"created_by": "compliancely"
},
....
],
"filters": {
"total_records": 14,
"count": 14,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 3075,
"entity_name": "AACHENER BANK",
"status": "ENT LP Active",
"created_at": "2022-10-31T09:52:30.444665",
"created_by": "compliancely",
"match_percentage": 90.0
},
{
"id": 3076,
"entity_name": "AAREAL BANK AG",
"status": "ENT LP Active",
"created_at": "2022-10-31T09:52:32.696002",
"created_by": "compliancely",
"match_percentage": 90.0
},
....
],
"filters": {
"total_records": 100,
"count": 100,
"page_size": 15,
"total_pages": 7,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 3075,
"entity_name": "AACHENER BANK",
"raw_data_kyb": {
"name": "AACHENER BANK",
"status": "ENT LP Active",
"address": "Theaterstrasse 5 Aachen",
"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": 8,
"name": "hp",
"status": "Pending",
"created_at": "2023-09-19T07:41:30.709488Z",
"created_by": "compliancely"
},
{
"id": 7,
"name": "facebook",
"status": "Pending",
"created_at": "2023-09-19T07:41:25.087542Z",
"created_by": "compliancely"
},
....
],
"filters": {
"total_records": 16,
"count": 6,
"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"
}