We are a Dun & Bradstreet company, a leading global provider of business decisioning data and analytics for almost 200 years. Our APIs allow you to easily access and integrate our data and insight into your own systems.
The Bisnode Estonia API is organized around Representational State Transfer (REST). You can use this API to access all our API endpoints listed below. All requests should be made over SSL. All request and response bodies, including errors, are encoded in JSON.
Needed Headers: Content-type: application/json
Authentication
Request authentication to Bisnode Estonia API server requires 'access token'(API key) in most cases. To get 'access token'(API key), contact us:
🖂 [email protected]🕿 +372 6414 902
Rate limiting
We do not allow multiple identical synchronous (parallel) requests, otherwise you will get "Parallel request blocked" 423 error. For example, you can not send two searchCompany requests at the same time. To proceed with the second request, you have to wait for the first one to be completed.
Here you can validate a personal identification code and extract personal information from it.
🗹 Customized API request (*)
We offer customized API requests which are based on data you need. For discussion about how to provide a best solution for you, contact us: 🖂 [email protected] or🕿 +372 6414 902
Errors
Our API returns standard HTTP success or error status codes. For errors, we will also include extra information about what went wrong encoded in the response as JSON. The various HTTP status codes we might return are listed below.
HTTP Status codes
Code
Title
Description
200
OK
The request was successful.
400
Bad request
Bad request.
401
Unauthorized
Your token (API key) is invalid.
402
Payment required
Monthly requests limit is exceeded.
403
Forbidden
This request is not allowed for you.
404
Not found
The resource does not exist.
409
Conflict
Something went wrong.
422
Unprocessable Entity
A validation error occurred.
423
Locked
Parallel request is blocked.
500
Internal Server Error
An error occurred with our API.
Example error response.
1
400: Bad Request
2
3
{
4
"error":"error",
5
"code":400,
6
"message":"Only EST and LVA countries are supported in this request"