post https://app1.compliancely.com/api/v1/kyb/czechrepublic/business/
Request and Response Object Structures.
{
"name": string,
"identification_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": "Microsoft",
"identification_number": "878745545"
}
{
"results": [
{
"id": 189,
"entity_name": "Microsoft",
"address": "czechrepublic",
"created_at": "2023-09-19T13:28:13.856922Z",
"updated_at": "2023-09-19T13:28:13.856945Z",
"created_by": "compliancely",
"search_type": "KYB",
"status": "Pending",
"raw_data": [],
"message": "Record created successfully"
}
]
}
{
"errors": [
{
"code": "name",
"message": "Company Name or Company Identification Number"
},
{
"code": "identification_number",
"message": "Company Name or Company Identification Number"
}
],
"data": {
"name": "",
"identification_number": "",
"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."
}