Overview

Accepts an array of one or more recipients and tries to resolve unsupplied arguments to provide more comprehensive data for the recipient(s).

Request

[
  {
    "module": "Contacts",
    "id": "962cefa8-2f1f-11e6-9ade-80e6500b09a0",
    "email": "",
    "name": ""
  },
  {
    "module": "Leads",
    "id": "9c61c46a-a7c5-df71-481c-51d48232f820",
    "email": "",
    "name": "Vince Tallion"
  }
]

Response

[
  {
    "module": "Contacts",
    "id": "962cefa8-2f1f-11e6-9ade-80e6500b09a0",
    "email": "kg@example.com",
    "name": "Kelly Germaine",
    "resolved": true
  },
  {
    "module": "Leads",
    "id": "9c61c46a-a7c5-df71-481c-51d48232f820",
    "email": "vtallion@example.com",
    "name": "Vince Tallion",
    "resolved": true
  }
]

Change Log

Version Change
v11 Last version in which /Mail/recipients/lookup POST is available.
v10 Added /Mail/recipients/lookup POST endpoint.