Phase 2 / planned endpoint
POST
/linkedin_to_mobile_phoneLinkedIn → mobile
Resolve a LinkedIn profile to a carrier-verified mobile number. Returns E.164 format when a verified match is found.
Request body
JSON object
linkedin_urlstring Public LinkedIn profile URL.
Example:https://linkedin.com/in/avery-lin Response
200 · Processed
A processed request returns status: "ok". The nested result may be empty; in that case tokens_charged remains zero.
results.mobile_phone E.164 mobile number when verified.
results.carrier_verified Whether the number passed carrier verification.
metadata.tokens_charged Credits charged for the returned result. Zero for a miss.
metadata.fair_use Remaining records and reset timestamps for applicable plan windows.
Errors
Malformed request body
Missing or invalid API key
Unsupported filter value
Rate limit exceeded