post https://app1.compliancely.com/api/v1/kyb/indonesia/business/
Request and Response Object Structures.
{
"name": string,
"corporation_type": string
}
{
"results": [
{
"id": integer,
"entity_name": string,
"address": string,
"created_at": string,
"updated_at": string,
"created_by": string,
"search_type": string,
"status": string,
"raw_data": [],
"message": string
}
]
}
Sample Requests and Responses.
{
"name": "facebook",
"corporation_type": "Foundation"
}
{
"results": [
{
"id": 6382,
"entity_name": "facebook",
"address": "indonesia",
"created_at": "2023-09-20T09:25:38.574095Z",
"updated_at": "2023-09-20T09:25:38.574115Z",
"created_by": "compliancely",
"search_type": "KYB",
"status": "Pending",
"raw_data": [],
"message": "Record created successfully"
}
]
}
{
"errors": [
{
"code": "corporation_type",
"message": "Please enter the correct corporation type"
}
],
"data": {
"name": "<string>",
"corporation_type": "<string>",
"search_flag": "BUSINESS",
"search_type": "KYB"
},
"success": false
}
{
"detail": "Authentication credentials were not provided."
}
{
"status": 0,
"custom_credit_message": [
"Credit limit reached! For assistance, please contact the support"
]
}
{
"detail": "Invalid token."
}
{
"detail": "Invalid token header. No credentials provided."
}