1. 👤 Lead Resolution
  • ⚡ Essentials
    • Introduction
    • Getting Started
    • Authentication
    • Rate Limit
  • 🔍 Keyword To Lead
    • List Building
      POST
    • List Result
      POST
    • Count Building
      POST
    • Count Result
      POST
  • 👤 Lead Resolution
    • Enrichment
      POST
    • Deanonymization
      POST
    • Linkedin to Phone
      POST
    • Linkedin to HEM
      POST
    • Email to HEM
      POST
    • IP to Company
      POST
  1. 👤 Lead Resolution

Linkedin to Phone

POST
https://api.lead.springbolt.app/lead/resolution/linkedin_to_phone
Skip the gatekeeper. LinkedIn To Phone resolves a LinkedIn URL into the prospect's verified direct mobile number: not an HQ line, not a company switchboard. Built for SDRs, recruiters, and outbound teams who need to reach the decision-maker on the first attempt. Pairs with SMS-first outreach for the fastest path from interest to conversation.

Request

Body Params application/jsonRequired

Examples

Responses

🟢200
application/json
Resolution accepted; result will be sent to callback_url.
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.lead.springbolt.app/lead/resolution/linkedin_to_phone' \
--header 'Content-Type: application/json' \
--data '{
    "linkedin_url": "https://www.linkedin.com/in/john-doe",
    "callback_url": "https://webhook.site/your-id"
}'
Response Response Example
{
    "success": true,
    "message": "Resolution successfully completed!",
    "resolution": {
        "id": "res_4995Mdc8cM4221Ma290Mbc9b9144bb5c",
        "status": "completed",
        "requested_at": "2026-05-29T12:39:17.853Z",
        "callback_url": "https://webhook.site/your-id"
    },
    "lead": {
        "phone": "+11234567890"
    },
    "payload": {
        "linkedin_url": "linkedin.com/in/john-doe",
        "callback_url": "https://webhook.site/your-id"
    }
}
Previous
Deanonymization
Next
Linkedin to HEM
Built with