Skip to content

Get latest emails by leads

Request

Get the most recent email for each of the specified contact UUIDs.

Security
bearerAuth
Bodyapplication/jsonrequired
lead_uuidsArray of stringsrequired

Array of contact UUIDs.

POST
/emails/api/emails/latest-by-leads
curl -i -X POST \
  https://leadgen.grinfi.io/emails/api/emails/latest-by-leads \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "lead_uuids": [
      "string"
    ]
  }'

Responses

Latest email per contact.