v1

latestOpenAPI 3.0.32026-07-132620.5 KB
organisations

Get a VAT registration

Allows retrieval of name and address of a VAT registered company

get/organisations/vat/check-vat-number/lookup/{targetVrn}

Path parameters

targetVrnstring required
Example:123456789

UK VAT registration number you wish to check. <br> A 9-digit or 12-digit number.

Headers

Accept'application/vnd.hmrc.2.0+json' required
Authorizationstring required
Example:Bearer bb7fed3fe10dd235a2ccda3d50fb

An OAuth 2.0 Bearer Token with the read:vat scope.

Response

processingDatestring required

Example response

{
  "target": {
    "name": "Credite Sberger Donal Inc.",
    "vatNumber": "553557881",
    "address": {
      "line1": "131B Barton Hamlet",
      "postcode": "SW97 5CK",
      "countryCode": "GB"
    }
  }
}
All 2 operations