post https://app1.compliancely.com/api/v1/kyb/singapore/ubo/
Credit Message Error
- {"code": "credit_message", "message": "Credit limit reached! For assistance, please contact the support"}
Request and Response Object Structures.
{
"name": string,
"number": 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": "tesla",
"number": "5678765"
}
{
"results": [
{
"id": 6504,
"entity_name": "tesla",
"address": "singapore",
"created_at": "2023-09-21T05:48:13.456887Z",
"updated_at": "2023-09-21T05:48:13.456906Z",
"created_by": "compliancely",
"search_type": "UBO",
"status": "Pending",
"raw_data": [],
"message": "Record created successfully"
}
]
}
{
"errors": [
{
"code": "name",
"message": "Business Name is required"
}
],
"data": {
"name": "",
"number": "",
"search_flag": "UBO",
"search_type": "UBO"
},
"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."
}