Skip to main content
POST
Search Business Email by Name

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token. Keys follow the format ms_XXXXXXXXXXX.

Body

application/json
name
string

Full name (e.g. 'John Smith') — parsed into first and last name automatically.

first_name
string

First name (used if name is not provided).

last_name
string

Last name (used if name is not provided).

company
string

Company domain (e.g. 'acme.com') or URL (e.g. 'https://acme.com') — normalized to domain.

Example:

"acme.com"

company_domain
string

Alias for company — company domain or URL.

Response

Success