v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Employment Verification

post/synchronous/hyperstream-executor#employment-verification

Headers

client_idstring required

ID/identifier that is provided by Decentro to a specific client and environment. Please note, this may change based on the environment you are on.

client_secretstring required

The confidential credential provided by Decentro that is associated with the client_id

Request body

reference_idstring required

Any unique ID assigned by you for this request

hyperstreamstring required

The name of the HyperStream

consentboolean required

true/false based on the consent given by the customer. Mandatory as per regulation.

consent_purposestring required

The purpose of taking this consent from your customer. Mandatory as per regulation. (>20 characters)

Response

200

OR
OR

Example response

{
  "hyperstream_txn_id": "4177309fcf914c31b7ee2eb15684c582",
  "status": "SUCCESS",
  "http_status_code": 200,
  "response_key": "success_hyperstream",
  "data": {
    "EMAIL_VERIFICATION": {
      "domainRegistrationDate": "2019-12-19",
      "domainAgeInDays": 2128,
      "companyDetails": [
        {
          "company": "AAMRASS DIGIMARC LLP",
          "cin": "AA********65",
          "reportedContactDomain": "outlook.com",
          "inputDomainStringMatch": 33,
          "inputDomainPhoneticMatch": 15
        }
      ],
      "account": {
        "username": "ab.c"
      }
    },
    "BULK_CIN_VALIDATE": {
      "results": [
        {
          "companyData": {
            "cIN": "***********59364",
            "company": "AAMRASS DIGIMARC PRIVATE LIMITED",
            "companyType": "Company",
            "companyOrigin": "Indian",
            "registrationNumber": "******",
            "dateOfIncorporation": "10/21/2013",
            "emailAddress": "********@outlook.com",
            "whetherListedOrNot": "N",
            "companyCategory": "Company limited by shares",
            "companySubcategory": "Non-government company",
            "classOfCompany": "Private",
            "authorisedCapital": "100000",
            "paidUpCapital": "100000",
            "dateOfLastAGM": "09/30/2015",
            "totalObligationOfContribution": "0",
            "rocName": "ROC Delhi",
            "shareCapitalFlag": "Y",
            "maximumNumberOfMembers": "0",
            "subscribedCapital": "100000",
            "rdName": "RD Noida",
            "rdRegion": "Northern Region",
            "balanceSheetDate": "03/31/2015",
            "registeredAddress": "********",
            "companyStatus": "Converted to LLP"
          },
          "directorData": [
            {
              "dIN": "******40",
              "pAN": "*****3853K",
              "dateOfAppointment": "10/21/2013",
              "directorDisqualified": "N",
              "firstName": "ABC",
              "lastName": "EFG"
            }
          ]
        }
      ]
    }
  },
  "message": "Successfully Completed Hyperstream",
  "reference_id": "790ef6bd-2b21-436f-92ac-e2e1297a9a76"
}