post https://in.staging.decentro.tech/v2/kyc/identities/employment-verification/email
Important Note
Please use only Staging Credentials on each API Reference page to test the APIs directly from our Documentation.
API Endpoints
Environment | Host |
---|---|
Staging | in.staging.decentro.tech |
Production | in.decentro.tech |
Response Parameters
Key | Description | Datatype |
---|---|---|
decentroTxnId | Unique identifier for the transaction | String |
status | Status of the verification process | String |
responseCode | Response code indicating the result of the verification | String |
message | Message providing additional information about the verification process | String |
data | An object containing detailed information about the email address and associated account | Object |
data.isDisposable | Indicates whether the email address is disposable (temporary) or not | Boolean |
data.domainAge | Indicates the age of the domain | String |
data.domainRegistrationDate | Indicates the date of the registration of the email domain in YYYY-MM-DD format | String |
data.companyDetails | Object containing details about the company associated with the email address | Object |
data.companyDetails.* (various keys under companyDetails) | Various details about the company such as registration information, address, and financial details | String |
data.account | An object containing information about the associated account | Object |
data.account.username | Username associated with the account | String |
data.account.isGibberish | Indicates whether the username appears to be random or nonsensical | Boolean |
responseKey | Key indicating the type of response | String |