post https://app1.compliancely.com/api/v1/kyb/germany/business/
Request and Response Object Structures.
{
"name": string,
"registered_office": 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",
"registered_office": "park 1, ab road germany"
}
{
"results": [
{
"id": 6337,
"entity_name": "hp",
"address": "germany",
"created_at": "2023-09-20T08:02:10.041086Z",
"updated_at": "2023-09-20T08:02:10.041105Z",
"created_by": "compliancely",
"search_type": "KYB",
"status": "Pending",
"raw_data": [],
"message": "Record created successfully"
}
]
}
{
"name": [
"Company Name or Subsidiary / registered office 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."
}