Quick start
A quick guide to getting started with Statsnet API.
View as MarkdownVerify companies, prevent fraud, and assess risks with a single API. Build secure onboarding processes, conduct compliance checks, and implement risk monitoring directly into your application.
Statsnet creates a unified, reliable source of business data worldwide. Our goal is to provide the most up-to-date information on registration data, financial health, and risk profiles of every enterprise. Data you can trust, access, analyze, and extract whenever and however you need it.
Step 1. Get your API key
To authenticate API requests, you need to use an API key. Pass it in the Authorization header of each request:
Authorization: Bearer YOUR_API_KEYIf the authorization header is missing or malformed, the API returns an HTTP response with status code 403 Forbidden and a JSON-encoded error.
Step 2. Make an API request
To verify that your integration is working correctly, you can make an API request using your API key:
curl -X GET "https://api.statsnet.co/v2/companies/search?q=example" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Questions?
We are always happy to help with code or any other questions you might have! Feel free to reach out at dev@statsnet.co.