Skip to main content
GET
/
v2
/
search
/
aheadFull
/
{companyNumber}
Search by company number
curl --request GET \
  --url https://product-api.thedatacity.com/api/v2/search/aheadFull/{companyNumber} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

companyNumber
string
required

Companies House company number.

Response

200 - application/json

Type-ahead / search hits from the product API.

JSON object returned from the upstream product API with no extra shaping by this gateway. Exact properties depend on the operation. Fields may be omitted when the token lacks optional scopes (see config/api.php scope_field_map).

Last modified on June 23, 2026