v1
latestOpenAPI 3.0.32026-07-14108241269.2 KBKnow Your Business
COI Advance Verification
Fetches advanced Company Identification details using CIN or Company ID. Either cin or company_id is mandatory. CIN is preferred if both are provided.
post/verify/coi_advance
Request body
Example request
{
"cin": "U72900KA2019PTC129553",
"company_id": "AAE-9623",
"user_id": "user_123"
}Response
Verification completed successfully (valid or invalid CIN)
Example response
{
"status": "success",
"result": {
"status": 200
}
}