Skip to main content
GET
Get email history with a person

Authorizations

Authorization
string
header
required

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

Query Parameters

contact_id
string

A contact id (from GET /v1/history/people). Its phone number / email is used.

Minimum string length: 1
email
string<email>

The person's email address

Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
limit
integer
default:20
required
Required range: 1 <= x <= 100
cursor
string

meta.cursor from the previous page

Response

Success

data
object[]
required
meta
object
required