Abstract API · Example Payload

Abstract Api Validatevatnumber Example

AvatarsCompany EnrichmentContactsCurrenciesEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping

Abstract Api Validatevatnumber Example is an example object payload from Abstract API, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "validateVATNumber",
  "method": "GET",
  "path": "/validate",
  "summary": "Abstract API Validate VAT Number",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "validateVATNumber200Example",
      "example": {
        "vat_number": "GB123456789",
        "valid": true,
        "company": {
          "name": "Example Ltd",
          "address": "1 Example Street, London, UK"
        },
        "country": {
          "code": "GB",
          "name": "United Kingdom"
        }
      }
    }
  ]
}