get https://app1.compliancely.com/api/v1/kyb/greece/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": 494,
"name": "google",
"status": "Completed",
"created_at": "2022-11-02T14:18:51.332121",
"created_by": "compliancely"
}
],
"filters": {
"total_records": 1,
"count": 1,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 3270,
"entity_name": "Google",
"status": "NA",
"created_at": "2022-12-02T08:22:48.737209",
"created_by": "compliancely",
"match_percentage": 86.0
},
{
"id": 3271,
"entity_name": "Google",
"status": "NA",
"created_at": "2022-12-02T08:22:51.031103",
"created_by": "compliancely",
"match_percentage": 100.0
},
....
],
"filters": {
"total_records": 5,
"count": 5,
"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": [
{
"id": 494,
"name": "google",
"status": "Completed",
"created_at": "2022-11-02T14:18:51.332121",
"created_by": "compliancely"
}
],
"filters": {
"total_records": 1,
"count": 1,
"page_size": 15,
"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"
}