pub async fn work_email_lookup_endpoint(
configuration: &Configuration,
linkedin_profile_url: &str,
callback_url: Option<&str>,
) -> Result<ExtractionEmailResult, Error<WorkEmailLookupEndpointError>>Expand description
Cost: 3 credits / request. Lookup work email address of a LinkedIn Person Profile. Email addresses returned are verified to not be role-based or catch-all emails. Email addresses returned by our API endpoint come with a 95+% deliverability guarantee Endpoint behavior This endpoint may not return results immediately. If you provided a webhook in your request parameter, our application will call your webhook with the result once. See Webhook request below.