Introduction

API4ALL v3 is Infocredit Group's company data and reporting API. It lets you search for a company, check which reports are available for it, order a report, and retrieve the result.

What you can do

AreaWhat it's for
AuthenticationGenerate and refresh the Bearer token used by every other call
SearchFind a company by name or registration number and get its unique code
OrdersCreate an order for a report, check its status, or cancel it
ReportsRetrieve a KYB, Structure, Enhanced Structure, Comprehensive, or Credit report

Base URLs

EnvironmentBase URL
Sandboxhttps://sandbox-v3.api4all.io
Productionhttps://v3.api4all.io

All v3 endpoints sit under the /a4a/3.0/api/ path prefix. All requests and responses are JSON.

🚧

Start in sandbox. Build and test against sandbox-v3.api4all.io before pointing your integration at production.

What you'll need

You receive these credentials from Infocredit Group during onboarding:

CredentialUsed for
Project CodeIdentifies your project when generating a token
UsernameBasic authentication
PasswordBasic authentication

The typical flow

Most integrations follow the same path:

  1. Authenticate: exchange your username, password, and project code for an access token.
  2. Search (optional): look up the company by name or registration number to get its unique code.
  3. Check availability (optional): see which reports exist for that company and how recent they are.
  4. Order: create an order for the report you want.
  5. Retrieve: fetch the completed report.
📘

New here? Start with Authentication, then follow Making Your First Request for a complete worked example.

Next steps


Did this page help you?