searchId andPOST /v1/searches + GET /v1/searches/{searchId}).curl --location --request POST 'https://api.sherlockeye.io/v1/searches/sync' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "email",
"value": "someone@example.com",
"timeoutSeconds": 80,
"additional_modules": [
"digital_accounts_expansion"
]
}'{
"success": true,
"data": {
"type": "email",
"value": "someone@example.com",
"timeoutSeconds": 20,
"status": "partial",
"progress": 60,
"results": [
{
"id": "result-1",
"source": "google",
"attributes": {
"link": "https://profiles.google.com/someone"
}
}
]
}
}