get https://app1.compliancely.com/api/v1/kyb/ireland/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": 740,
"name": "MICROSOFT IRELAND INVESTMENTS UNLIMITED COMPANY",
"entity_number": "686775",
"status": "Pending",
"created_at": "2023-03-03T06:39:12.304923",
"created_by": "compliancely"
},
{
"id": 741,
"name": "MICROSOFT IRELAND INVESTMENTS UNLIMITED COMPANY",
"entity_number": "86775",
"status": "Pending",
"created_at": "2023-03-03T09:07:17.638458",
"created_by": "compliancely"
},
....
],
"filters": {
"total_records": 3,
"count": 3,
"page_size": 15,
"total_pages": 1,
"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": [],
"filters": {
"total_records": 0,
"count": 0,
"page_size": 15,
"total_pages": 0,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 740,
"name": "MICROSOFT IRELAND INVESTMENTS UNLIMITED COMPANY",
"entity_number": "686775",
"status": "Pending",
"created_at": "2023-03-03T06:39:12.304923",
"created_by": "compliancely"
},
{
"id": 741,
"name": "MICROSOFT IRELAND INVESTMENTS UNLIMITED COMPANY",
"entity_number": "86775",
"status": "Pending",
"created_at": "2023-03-03T09:07:17.638458",
"created_by": "compliancely"
},
....
],
"filters": {
"total_records": 3,
"count": 3,
"page_size": 10,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"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"
}