post https://app1.compliancely.com/api/v1/kyb/china/business/
Request and Response Object Structures.
{
"name": 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"
}
{
"results": [
{
"id": 145,
"entity_name": "FACEBOOK",
"address": "china",
"created_at": "2023-09-19T11:57:01.920282Z",
"updated_at": "2023-09-19T11:57:01.920298Z",
"created_by": "compliancely",
"search_type": "KYB",
"status": "Pending",
"raw_data": [],
"message": "Record created successfully"
}
]
}
{
"errors": [
{
"code": "name",
"message": "name field is required"
}
],
"data": {
"name": "",
"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."
}