Single Contact Extraction

It's an async API which triggers the extraction process in the background and returns a contact ID to track status. When the extraction is done, a callback is sent to the registered callback URL as a POST request.

NOTE: Please ensure you have shared the callback URL with Revspot team to get callbacks. Or you can use the GET /contact api to poll for the results.

Start contact extraction for a LinkedIn profile

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
linkedinstring · uriRequiredExample: https://www.linkedin.com/in/chiragw15
contact_typestring · enumRequired

Category of contact detail

Possible values:
Responses
201

Extraction job started

application/json
post
/profile/contact

Last updated