get https://app1.compliancely.com/api/v1/kyb/canada/provincial/
Get list and detail of provincial, of an entity
- 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.
{
"success_message": "Total 14 record(s) found",
"pagination": {
"total_records": 14,
"count": 14,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 129,
"entity_name": "<string>",
"search_type": "KYB",
"address": "canada",
"status": "Error",
"created_at": "2023-09-19T11:16:03.884058Z",
"updated_at": "2023-09-19T11:16:04.057057Z",
"created_by_user": "compliancely"
},
{
"id": 130,
"entity_name": "facebook",
"search_type": "KYB",
"address": "canada",
"status": "Error",
"created_at": "2023-09-19T11:16:15.597102Z",
"updated_at": "2023-09-19T11:16:19.045201Z",
"created_by_user": "compliancely"
},
....
],
"success": true
}
{
"success_message": "Total 42 record(s) found",
"pagination": {
"total_records": 42,
"count": 42,
"page_size": 15,
"total_pages": 3,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 50086,
"entity_name": "RESTO 2950 BANK INC.",
"status": "Active",
"address": "canada",
"businessnumber": "770230506RC0001",
"registry_id": "13457133",
"business_type": "Business Corporation",
"registered_on": "2021-10-25",
"registered_office_location": "Gatineau, Quebec",
"jurisdiction": "CC",
"created_at": "2023-08-29T07:43:25.970087Z",
"created_by_user": "compliancely",
"match_percentage": 75.0,
"submission": 5610
},
{
"id": 50087,
"entity_name": "RESTO 2950 BANK INC.",
"status": "Active",
"address": "canada",
"businessnumber": "",
"registry_id": "1177043529",
"business_type": "Société par actions ou compagnie",
"registered_on": "2021-10-25",
"registered_office_location": "Gatineau, Québec",
"jurisdiction": "QC",
"created_at": "2023-08-29T07:43:25.972235Z",
"created_by_user": "compliancely",
"match_percentage": 75.0,
"submission": 5610
},
],
"success": true
}
{
"success_message": "Record found",
"data": {
"id": 5610,
"entity_name": "bank",
"address": "canada",
"created_at": "2023-08-29T07:30:45.701344Z",
"updated_at": "2023-08-29T07:43:26.042461Z",
"created_by": "dhananjay010",
"search_type": "KYB",
"status": "Completed",
"data": {
"id": 50086,
"entity_name": "RESTO 2950 BANK INC.",
"status": "Active",
"address": "canada",
"businessnumber": "770230506RC0001",
"registry_id": "13457133",
"business_type": "Business Corporation",
"registered_on": "2021-10-25",
"registered_office_location": "Gatineau, Quebec",
"jurisdiction": "CC",
"created_at": "2023-08-29T07:43:25.970087Z",
"created_by_user": "dhananjay010",
"match_percentage": 75.0,
"submission": 5610
}
},
"success": true
}
{
"success_message": "Total 14 record(s) found",
"pagination": {
"total_records": 14,
"count": 4,
"page_size": 10,
"total_pages": 2,
"current_page": 2,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 139,
"entity_name": "amazon",
"search_type": "KYB",
"address": "canada",
"status": "Error",
"created_at": "2023-09-19T11:16:36.780976Z",
"updated_at": "2023-09-19T11:16:39.072186Z",
"created_by_user": "compliancely"
},
{
"id": 140,
"entity_name": "amazon",
"search_type": "KYB",
"address": "canada",
"status": "Error",
"created_at": "2023-09-19T11:16:37.682004Z",
"updated_at": "2023-09-19T11:16:39.094256Z",
"created_by_user": "compliancely"
},
{
"id": 141,
"entity_name": "amazon",
"search_type": "KYB",
"address": "canada",
"status": "Error",
"created_at": "2023-09-19T11:16:38.588637Z",
"updated_at": "2023-09-19T11:16:39.126471Z",
"created_by_user": "compliancely"
},
{
"id": 142,
"entity_name": "amazon",
"search_type": "KYB",
"address": "canada",
"status": "Error",
"created_at": "2023-09-19T11:18:26.854540Z",
"updated_at": "2023-09-19T11:18:29.072000Z",
"created_by_user": "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"
}