v1

latestOpenAPI 3.0.12026-07-2474233379.5 KB
Business Search

Business Search

Calling this method will perform a business search.

post/v3/business/search

Request body

Testboolean
SearchType'Demo' required

The type of search to perform. Please use 'Demo' to try it.

PackageIdstring required

The Package ID to run the transaction under which can be obtained by your Customer Success Manager or via a support ticket.

CallBackUrlstring nullable
Timeoutinteger nullable

If set, Trulioo will try to update the client synchronously within the timeout in seconds. If failed to accomplish, the transaction will be canceled.

ConsentForDataSourcesstring[] nullable

Some datasources required your customer provide consent to access them. Set that the customer has provided consent for each datasource that requires one. If consent is not provided the datasource will not be queried.

CountryCodestring required

The country code for which the verification needs to be performed.

Response

Success

transactionIDstring nullable

The id for the transaction it will be a GUID

UploadedDtstring date-time

Time in UTC

CountryCodestring nullable

The country code for which the verification was performed.

ProductNamestring nullable

Product Name

Example response

{
  "Record": {
    "DatasourceResults": [
      {
        "results": [
          {
            "Address": {
              "fullAddress": "221b Baker St, London, England, NW16XE",
              "addressLine1": "221b Baker St",
              "addressLine2": "London, State, NW16XE",
              "city": "London",
              "stateProvince": "State",
              "country": "England",
              "zipCode": "NW16XE"
            }
          }
        ]
      }
    ]
  }
}