Retorna todos os emails associados ao CPF.
cURL
curl --request GET \ --url 'https://221b-api.sherlocker.com.br/api/v1/emails/cpf/{cpf}?token='
{ "emails": [ { "email": "joao@gmail.com", "dominio": "gmail.com", "corporativo": false } ] }
Documentation IndexFetch the complete documentation index at: https://docs.sherlocker.com.br/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.sherlocker.com.br/llms.txt
Use this file to discover all available pages before exploring further.
CPF (11 digitos)
"12345678901"
Lista de emails
The response is of type object.
object