India Business Search

Search companies and obtain certified information

Credit Message Error
- {"code": "credit_message", "message": "Credit limit reached! For assistance, please contact the support"}

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": "Amazon"
}
{
    "results": [
        {
            "id": 922,
            "entity_name": "Amazon",
            "address": "india",
            "created_at": "2023-06-22T05:41:13.538970Z",
            "updated_at": "2023-06-22T05:41:13.538986Z",
            "created_by": "admin",
            "search_type": "KYB",
            "status": "Pending",
            "raw_data": [],
            "message": "Record created successfully"
        }
    ]
}
{
    "name": [
        "BUSINESS 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."
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!