get https://app1.compliancely.com/api/v1/kyb/malaysia/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": 6445,
"name": "tesla",
"status": "Pending",
"created_at": "2023-09-20T13:25:04.312473Z",
"created_by": "compliancely"
},
{
"id": 6446,
"name": "tesla",
"status": "Pending",
"created_at": "2023-09-20T13:26:20.190062Z",
"created_by": "compliancely"
}
],
"filters": {
"total_records": 5,
"count": 5,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 39,
"entity_name": "tesla",
"status": "NA",
"created_at": "2022-09-12T15:01:44.703426Z",
"created_by": "compliancely",
"match_percentage": 100.0
},
...
],
"filters": {
"total_records": 0,
"count": 0,
"page_size": 15,
"total_pages": 0,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"success_message": "Record found",
"data": {
"id": 14,
"created_by_user": "compliancely",
"name": "tesla",
"status": "Found",
"created_at": "2023-09-18T09:02:19.255097Z",
"updated_at": "2023-09-18T09:02:41.401161Z",
"is_cleared": false,
"results": {
"id": 5670,
"response_data": {}
}
},
"success": true
}
{
"results": [
{
"id": 6445,
"name": "tesla",
"status": "Pending",
"created_at": "2023-09-20T13:25:04.312473Z",
"created_by": "compliancely"
},
{
"id": 6446,
"name": "tesla",
"status": "Pending",
"created_at": "2023-09-20T13:26:20.190062Z",
"created_by": "compliancely"
}
],
"filters": {
"total_records": 5,
"count": 5,
"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"
}