• 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

      Email to HEM

      POST
      https://api.lead.springbolt.app/lead/resolution/email_to_hem
      Converts an email to advertising-compatible hashed HEM format. Produces normalized MD5 and SHA256 hashes.
      Async: Result delivered via callback.

      Request

      Body Params application/jsonRequired

      Examples

      Responses

      🟢200
      application/json
      Body

      🟠400
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://api.lead.springbolt.app/lead/resolution/email_to_hem' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "email": "john@acme.com",
          "callback_url": "https://www.example.com/resolution"
      }'
      Response Response Example
      {
          "data": true,
          "message": "The resolution has started. We will send the result to the callback URL you provided on completion."
      }
      Previous
      Linkedin to HEM
      Next
      IP to Company
      Built with