Get Contact
Get the Contact data after triggering the extraction. Use the contact_id returned when the single extraction endpoint is called.
Last updated
Get the Contact data after triggering the extraction. Use the contact_id returned when the single extraction endpoint is called.
Last updated
GET /profile/contact/{contact_id} HTTP/1.1
Host: api.revspot.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"success": true,
"data": {
"contact_id": "123e4567-e89b-12d3-a456-426614174000",
"linkedin": "https://example.com",
"name": "text",
"company": "text",
"title": "text",
"location": "text",
"status": "pending",
"contact_type": "phone",
"phone": "9999999999",
"phone_status": "valid",
"phone_verified": true,
"email": "[email protected]",
"email_status": "valid",
"email_verified": true
}
}