Phase 1 / planned endpoint
POST
/linkedin_to_best_emailLinkedIn → best email
Resolve a LinkedIn profile URL to the best available email. Business email is preferred; personal email is the fallback when no business address 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.email Resolved email address.
results.type business or personal.
results.risk Validation risk label (valid, catch-all, etc.).
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