get https://app1.compliancely.com/api/v1/kyb/uk/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": 6542,
"name": "tesla",
"status": "Completed",
"created_at": "2023-09-21T07:39:22.410214Z",
"created_by": "compliancely"
},
{
"id": 6543,
"name": "tesla",
"status": "Completed",
"created_at": "2023-09-21T07:39:23.992164Z",
"created_by": "compliancely"
},
....
],
"filters": {
"total_records": 6,
"count": 6,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 53709,
"entity_name": "TESLA LIMITED",
"company_number": "03058989",
"status": "Active",
"address": "uk",
"match_percentage": 90,
"created_at": "2023-09-21T07:39:38.125654Z",
"created_by": "compliancely"
}
],
"filters": {
"total_records": 1,
"count": 1,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 53709,
"entity_name": "TESLA LIMITED",
"raw_data_kyb": {
"name": "TESLA LIMITED",
"Company type": "Private limited Company",
"Company status": "Active",
"company_number": "03058989",
},
"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": 6547,
"name": "tesla",
"status": "Completed",
"created_at": "2023-09-21T07:39:26.692959Z",
"created_by": "compliancely"
},
{
"id": 6546,
"name": "tesla",
"status": "Completed",
"created_at": "2023-09-21T07:39:26.245446Z",
"created_by": "compliancely"
},
....
],
"filters": {
"total_records": 6,
"count": 6,
"page_size": 10,
"total_pages": 1,
"current_page": 1,
"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"
}