post https://app1.compliancely.com/api/v1/kyb/india/cin/
Request and Response Object Structures.
{
"entity": 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.
{
"entity": "google energy"
}
{
"results": [
{
"id": 909,
"entity_name": "google energy",
"address": "india",
"created_at": "2023-06-20T15:25:22.545643Z",
"updated_at": "2023-06-20T15:25:22.545660Z",
"created_by": "compliancely",
"search_type": "KYB",
"status": "Pending",
"message": "Record created successfully"
}
]
}
{
"name": [
"CIN 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."
}