post https://app1.compliancely.com/api/v1/kyb/france/business/
Request and Response Object Structures.
{
"name": string,
"serit": 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": "google",
"serit": ""
}
{
"results": [
{
"id": 270,
"entity_name": "google",
"address": "france",
"created_at": "2023-09-20T06:19:01.611207Z",
"updated_at": "2023-09-20T06:19:01.611219Z",
"created_by": "compliancely",
"search_type": "KYB",
"status": "Pending",
"raw_data": [],
"message": "Record created successfully"
}
]
}
{
"name": [
"This field is required"
],
"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."
}