Docs Draft
Get an API key
API ReferenceMobile & companyLinkedIn → mobile
Phase 2 / planned endpoint
POST/linkedin_to_mobile_phone

LinkedIn → 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

Bearer auth required
linkedin_urlstring

Public LinkedIn profile URL.

Example: https://linkedin.com/in/avery-lin

Response

200 · Processed

application/json

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

400

Malformed request body

401

Missing or invalid API key

422

Unsupported filter value

429

Rate limit exceeded