Skip to main content

Address, Website audit reports & Social Profile of companies

To retrieve address, website audit reports or social profile on KYB companies, the functionality has to be enabled for the environment that you use.

Our sales@idenfy.com team will help you include new functionalities in your contract and the technical support team will help with enabling these new features and assist throughout the implementation. Please contact our technical support team via Dashboard using your account.

To make the API calls, all of the requests will require basic auth, where API key is username, and API secret is password.

Address audit

Perform Address audit

Authorization: API key pair
Method: POST
Endpoint: https://ivs.idenfy.com/api/v2/audits/address-audit/

Request structure:

ParameterTypeRequiredExplanation
addressStringYesAddress for audit

Samples

{
"address": "string"
}

Website audit

Perform Website audit

Authorization: API key pair
Method: POST
Endpoint: https://ivs.idenfy.com/api/v2/audits/website-audit/

Request structure:

ParameterTypeRequiredExplanation
urlStringYesValid URL address of the website

Samples

{
"url":"https://www.idenfy.com/"
}

Company social audit

Perform Social audit

Authorization: API key pair
Method: POST
Endpoint: https://ivs.idenfy.com/api/v2/audits/company-name-audit/

Request structure:

ParameterTypeRequiredExplanation
addressStringYesRegistration address of the company
companyNameStringYesName of the company

Samples

{
"address": "string",
"companyName": "string"
}