Back to home

PAN / IDENTITY APIS

Company Search By Name

Verification endpoint — Company Search By Name. Reference documentation from the QRX Postman collection. No live API calls are made from this page.

Reference only — this page does not call live APIs.
POST /api/qrx/company_search_by_name

Headers

Header Required
clientid Yes
secretid Yes
Content-Type application/json

Request body

Field Example
employer_name INDITAB ESOLUTIONS PRIVATE LIMITED

Sample success response

{
    "status": true,
    "status_key": "SUCCESS",
    "status_code": 200,
    "message": "Fetched successfully",
    "data": []
}