• 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

      Organization Domain Finder

      POST
      https://api.lead.springbolt.app/resolve/org/domain
      Finds the most likely organization's domain with a confidence score.
      Example:
      { organization: 'Microsoft' } → { domain: 'microsoft.com', score: 0.97 }

      Request

      Body Params application/jsonRequired

      Examples

      Responses

      🟢200
      application/json
      Domain resolved successfully
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://api.lead.springbolt.app/resolve/org/domain' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "organization": "Microsoft"
      }'
      Response Response Example
      {
          "success": true,
          "message": null,
          "lead": {
              "company": {
                  "name": "Microsoft",
                  "domain": "microsoft.com",
                  "score": 0.97
              }
          },
          "payload": {
              "organization": "Microsoft"
          }
      }
      Previous
      IP to Company
      Next
      Keyword to Lead
      Built with