Skip to content

Look up contact by email

Request

Resolve a contact email address to its contact record. Returns 404 when no contact exists for the authenticated customer.

Security
ApiKeyAuth
Query
emailstring, (email)required

Contact email address to look up

curl -i -X GET \
  'https://api.mailerlogic.net/api/v1/contacts/lookup?email=user%40example.com' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Contact found

Bodyapplication/json
successboolean
Example:true
dataobject
Response
{ "success": true, "data": {} }