Two Search API (1.0)

Download OpenAPI specification:Download

Two's Search API is used to improve the user experience in the merchant's checkout.

Environments

Norway

https://no.search.two.inc

UK

https://gb.search.two.inc

Sweden

https://se.search.two.inc

Other countries

Please contact us for access.

Auto-complete service for company name

Auto-complete service for company or organization name can be used in your checkout solution to populate company name and ID required by our API for various operation such as order creation and trade account registration.

Request
query Parameters
limit
required
integer (Limit)

Number of matches to return.

Example: limit=100
offset
required
integer (Offset)

Starting index of results in an array of matches.

Example: offset=0
q
required
string (Query)

Autocomplete query string.

Example: q=TWO
Responses
200

Company search response

get/search
Request samples
Response samples
application/json
{
  • "data": {
    },
  • "status": "success"
}