Skip to main content
POST

Use Case:

Retrieve a full lead profile from cached data by Generect ID, LinkedIn URL, or email (reverse lookup).

Optional sections

The same activity flags as Real-time apply here: posts, comments, reactions and people_also_viewed each add +1 credit when the section comes back with data, while get_full_experience and inexact_company are free.

Pricing

This is a billable endpoint — you are charged only when a lead is found and returned. If nothing is found, the request is free.
Your price decreases automatically as your lifetime spend grows. Check your current tier and pricing →

Authorizations

Authorization
string
header
required

Use the required Token prefix. Example: Authorization: Token xxxxxxxxx

Body

application/json
id
string
required

Internal Generect lead identifier returned by Search or Preview.

Example:

"ACwAAAE9bk0BxY7Qf2mN4pR8sT1vW3zA5cE6gH9"

people_also_viewed
boolean
default:false

Include the profile's "People also viewed" list (+1 credit when data is returned).

posts
boolean
default:false

Include the lead's recent posts (+1 credit when data is returned).

comments
boolean
default:false

Include the lead's recent comments (+1 credit when data is returned).

reactions
boolean
default:false

Include the lead's recent reactions/likes (+1 credit when data is returned).

get_full_experience
boolean
default:true

Work history returned in jobs. Defaults to the full history — current and past positions alike. Set to false to receive current positions only. Free.

inexact_company
boolean
default:false

Fall back to a fuzzy company match when the exact company cannot be resolved. Free.

Response

Full lead profile. If no data is found, the request is free.

data
object

Full lead profile — see the example for the field set.

meta
object

Operation metadata returned in every data/meta response.