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.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
linkedinstring · uriRequiredExample:
https://www.linkedin.com/in/chiragw15contact_typestring · enumRequiredPossible values:
Category of contact detail
Responses
201
Extraction job started
application/json
400
Invalid request body
401
Unauthorized
post
/profile/contactLast updated