post https://app1.compliancely.com/api/v1/kyb/finland/business/
Request and Response Object Structures.
{
"name": string,
"business_id": string,
"registration_number": string,
"status_of_company": string,
"company_form": 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": "hp",
"business_id": "434545",
"registration_number": "123456",
"status_of_company": "active",
"company_form": "it"
}
{
"results": [
{
"id": 252,
"entity_name": "hp",
"address": "finland",
"created_at": "2023-09-20T05:46:12.409515Z",
"updated_at": "2023-09-20T05:46:12.409532Z",
"created_by": "compliancely",
"search_type": "KYB",
"status": "Pending",
"raw_data": [],
"message": "Record created successfully"
}
]
}
{
"name": [
"One of the following search criteria is mandatory: Name, Business ID or registration number. Please select one of them."
],
"status": 0
}
{
"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."
}