• Introduction
    • Enrichment
      POST
    • Deanonymization
      POST
    • Linkedin to Phone
      POST
    • Linkedin to HEM
      POST
    • Email to HEM
      POST
    • IP to Company
      POST
    • Organization Domain Finder
      POST
    • Keyword to Lead
      POST

      IP to Company

      POST
      https://api.lead.springbolt.app/lead/resolution/ip_to_company
      Identifies the company associated with an IP address.
      Only US based traffic.

      Request

      Body Params application/jsonRequired

      Examples

      Responses

      🟢200
      application/json
      Company resolved successfully
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://api.lead.springbolt.app/lead/resolution/ip_to_company' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "ip": "8.8.8.8"
      }'
      Response Response Example
      {
          "success": true,
          "message": "Resolution successfully completed",
          "lead": {
              "company": {
                  "name": "Rdw Financial Group",
                  "domain": "clmt.com",
                  "website_url": "clmt.com",
                  "linkedin_url": "linkedin.com/company/452139",
                  "industry": null,
                  "revenue": "100 Million To 250 Million",
                  "employee_count": "501 To 1000",
                  "year_founded": null,
                  "address": {
                      "street": "777 Beachway Dr",
                      "zip_code": "46224",
                      "city": "Indianapolis",
                      "state": "Indiana"
                  }
              }
          }
      }
      Previous
      Email to HEM
      Next
      Organization Domain Finder
      Built with