Abstract API · Example Payload

Abstract Api Getphoneintelligence Example

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

Abstract Api Getphoneintelligence 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": "getPhoneIntelligence",
  "method": "GET",
  "path": "/",
  "summary": "Abstract API Get Phone Intelligence",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "getPhoneIntelligence200Example",
      "example": {
        "phone": "+14155552671",
        "valid": true,
        "country": {
          "code": "US",
          "name": "United States",
          "prefix": "1"
        },
        "location": "California",
        "type": "mobile",
        "carrier": "Verizon",
        "is_voip": false,
        "risk_score": 12
      }
    }
  ]
}