Skip to main content
POST
Search contact
Searches for one email address or phone number and returns a JSON response. Idempotency-Key is optional. When omitted, Lev8 generates one and returns the final value in the response Header.

Example

Response

See Contact Search for objective guidance, billing behavior, and errors.

Authorizations

Authorization
string
header
default:lev8_live_...
required

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

Headers

Idempotency-Key
string

Optional stable key for this logical lookup. When omitted, lev8 generates one and returns it in the response Header.

Maximum string length: 128

Body

application/json
contact_type
enum<string>
required
Available options:
email,
phone
Example:

"email"

objective
string
required
Required string length: 1 - 4000
Example:

"Find the work email of Jane Smith, VP of Engineering at Acme Corp. Owner signals: linkedin_url=https://www.linkedin.com/in/jane-smith-acme"

Response

Contact search result.

object
string
Allowed value: "contact_search_result"
request
object
result
object
created_at
string<date-time>
Example:

"2026-07-29T00:00:00Z"