Get Business Info API

API Reference: Get Business Info API

Below are the minimum requirements for a successful call:

  • Authorization token (see details here)
  • Business email

  • In case a record exists under the partner's directory, the response will consist the business information data.
  • In case the a record exists in our system but not under the partner's directory, the response will only mention "status": "Existing"
  • In case a record with this email address does not exist in our database, the response will show "status": "Invalid"

Example of Business Info API request:

curl --location --request GET 'https://api.vcita.com/v1/partners/reports/business?email={{EMAIL_ADDRESS}}' \
--header 'Authorization: Token token = "{{AUTHORIZATION_TOKEN}}"'

🚧

Note

The Authorization token syntax for this request is slightly different than the usual.