get https://app1.compliancely.com/api/v1/kyb/singapore/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.
{
"results": [
{
"id": 3768,
"name": "CHARLES & KEITH (SINGAPORE) PTE. LTD.",
"status": "Completed",
"created_at": "2022-11-29T10:45:40.812042Z",
"created_by": "compliancely"
},
{
"id": 3769,
"name": "CHARLES & KEITH (SINGAPORE) PTE. LTD.",
"status": "Completed",
"created_at": "2022-11-29T10:46:03.656302Z",
"created_by": "compliancely"
},
....
],
"filters": {
"total_records": 24,
"count": 24,
"page_size": 15,
"total_pages": 2,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [],
"filters": {
"total_records": 0,
"count": 0,
"page_size": 15,
"total_pages": 0,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 41474,
"entity_name": "WONG MUN KIT",
"created_by": "compliancely",
"data": {
"ubo": {
"name": "WONG MUN KIT",
"type": "PERSON",
"enName": "WONG MUN KIT",
"companyId": "",
"personalId": "SGPS7630398C",
"jurisdiction": "",
"reasonForType": "",
"sharePercentage": "32.00"
}
}
}
],
"filters": {
"total_records": 1,
"count": 1,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"success_message": "Retrieved data successfully",
"pagination": {
"count": 3,
"current_page": 2,
"order": "asc",
"page_size": "10",
"search_query": null,
"total_pages": 2,
"total_records": 13
},
"data": [
{
"id": 3768,
"name": "CHARLES & KEITH (SINGAPORE) PTE. LTD.",
"status": "Completed",
"created_at": "2022-11-29T10:45:40.812042Z",
"created_by": "compliancely"
},
{
"id": 3769,
"name": "CHARLES & KEITH (SINGAPORE) PTE. LTD.",
"status": "Completed",
"created_at": "2022-11-29T10:46:03.656302Z",
"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"
}