Skip to main content
POST

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

Array of email addresses to search
string[]
required
Array of email addresses (minimum 1, automatically normalized)Example: ["[email protected]", "[email protected]"]

Response

Contacts retrieved successfully
boolean
Indicates if the request was successfulExample: true
object