get https://app1.compliancely.com/api/v1/kyb/indonesia/ubo/
Get list and details of an 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.
{
"success_message": "Total 8 record(s) found",
"pagination": {
"total_records": 8,
"count": 8,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 328,
"name": "Airfast Indonesia",
"corporation_type": "LIMITED COMPANY",
"status": "Completed",
"created_at": "2022-09-30T05:04:17.321264",
"created_by": "compliancely"
},
{
"id": 329,
"name": "Bank Central Asia",
"corporation_type": "LIMITED COMPANY",
"status": "Completed",
"created_at": "2022-09-30T12:09:11.298286",
"created_by": "compliancely"
},
....
],
"success": true
}
{
"success_message": "Total 1 record(s) found",
"pagination": {
"total_records": 1,
"count": 1,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 2214,
"entity_name": "PERSEROAN TERBATAS AIRFAST INDONESIA",
"corporation_type": "NA",
"data": {
"ubo": {
"domisili": "Jl.marsekal Suryadarma Nomor 8 Kelurahan Neglasari, Kota Tangerang, Provinsi Banten",
"entity_name": "PERSEROAN TERBATAS AIRFAST INDONESIA",
"Entity Detail": [
{
"PEMILIK MANFAAT:": [
{
"kriteria": [
{
"nama_kriteria": "A. Memiliki saham lebih dari 25% (dua puluh lima persen) pada perseroan terbatas sebagaimana tercantum dalam anggaran dasar."
}
],
"nama_lengkap": "IRMA ELIZABETH MARIA REUNEKER"
}
]
}
]
}
},
"status": "NA",
"created_at": "2022-09-30T05:05:24.011296",
"created_by": "betacrewdj",
"match_percentage": 90.0
}
],
"success": true
}
{
"success_message": "Record found",
"data": {
"id": 2214,
"entity_name": "PERSEROAN TERBATAS AIRFAST INDONESIA",
"data": {
"ubo": {
"domisili": "Jl.marsekal Suryadarma Nomor 8 Kelurahan Neglasari, Kota Tangerang, Provinsi Banten",
"entity_name": "PERSEROAN TERBATAS AIRFAST INDONESIA",
"Entity Detail": [
{
"PEMILIK MANFAAT:": [
{
"kriteria": [
{
"nama_kriteria": "A. Memiliki saham lebih dari 25% (dua puluh lima persen) pada perseroan terbatas sebagaimana tercantum dalam anggaran dasar."
}
],
"nama_lengkap": "IRMA ELIZABETH MARIA REUNEKER"
}
]
}
]
}
},
"created_by": "betacrewdj"
},
"success": true
}
{
"success_message": "Total 8 record(s) found",
"pagination": {
"total_records": 8,
"count": 8,
"page_size": 10,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 328,
"name": "Airfast Indonesia",
"corporation_type": "LIMITED COMPANY",
"status": "Completed",
"created_at": "2022-09-30T05:04:17.321264",
"created_by": "compliancely"
},
{
"id": 329,
"name": "Bank Central Asia",
"corporation_type": "LIMITED COMPANY",
"status": "Completed",
"created_at": "2022-09-30T12:09:11.298286",
"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"
}