Skip to main content

Address, Website audit reports and Social Profile of companies

Requirements
  • API key pair
  • Credits for each desired service

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

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://idenfy.com/"
}

Company 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"
}