Download OpenAPI specification:Download
Our Search API provides comprehensive company information by querying nationally recognized business registers across our primary service regions.
United Kingdom, Norway, and Sweden: We leverage publicly available data to deliver accurate and current information. For instance, in the United Kingdom,
our search queries data pre-populated from Companies House Companies House,
the official government registry for businesses. Companies House maintains up-to-date records of all registered companies in the UK,
ensuring the accuracy and reliability of our search results. For Norway and Sweden we utilise Brreg and Enin.
Note that company data is updated on a weekly basis.
When you perform a search through our API, the system responds with a list of companies that match the provided query parameters. The results include each company's legal name and its nationally recognized organization number.
To create an order with Two, you must provide the legal company name and organization number of the buyer’s company. These fields are mandatory for defining the buyer company when placing an order.
After acquiring the desired company data using the Search API, you can directly use the organization number in a separate call to the lookup company address endpoint to retrieve the company’s registered billing address.
As part of our checkout-api (order creation service), the billing address is a required field in our schema. For merchants who may not initially have the company name, organization number, or billing address for their business buyers, starting with the Search API provides an efficient way for your users to directly identify their business.
To see the Search API in action, check out this demo
Please contact us at support@two.inc to request access to the Search API for the United States and the Netherlands.
The Auto-Complete service for company or organization names can be seamlessly integrated into your checkout solution. This service helps users quickly populate the required company name and organization number, which are essential for various operations, such as:
This service enhances user experience by reducing manual input and ensuring that the information provided is accurate and consistent with our API requirements.
Company search response
{- "data": {
- "items": [
- {
- "highlight": "<mark><b>MONOZ</b>UKI</mark> AS",
- "id": "817352812",
- "name": "MONOZUKI AS"
}
], - "offset": 0,
- "total": 1
}, - "status": "success"
}