Enums§
- Disposable
Email Address Check Endpoint Error - struct for typed errors of method
disposable_email_address_check_endpoint
- Personal
Contact Number Lookup Endpoint Error - struct for typed errors of method
personal_contact_number_lookup_endpoint
- Personal
Email Lookup Endpoint Error - struct for typed errors of method
personal_email_lookup_endpoint
- Reverse
Work Email Lookup Endpoint Error - struct for typed errors of method
reverse_work_email_lookup_endpoint
- Work
Email Lookup Endpoint Error - struct for typed errors of method
work_email_lookup_endpoint
Functions§
- disposable_
email_ address_ check_ endpoint - Cost: 0 credit / request. Given an email address, checks if the email address belongs to a disposable email service.
- personal_
contact_ number_ lookup_ endpoint - Cost: 1 credit / contact number returned. Given an LinkedIn profile, returns a list of personal contact numbers belonging to this identity.
- personal_
email_ lookup_ endpoint - Cost: 1 credit / email returned. Given an LinkedIn profile, returns a list of personal emails belonging to this identity. Emails are verified to be deliverable.
- reverse_
work_ email_ lookup_ endpoint - Cost: 3 credits / successful request. Resolve LinkedIn Profile from a work email address
- work_
email_ lookup_ endpoint - 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.