Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************

Query Parameters

identifier
string

Any hard identifier of the person: a person ID (prsn_*), user ID, email, phone number, or a tracking cookie value (wuid, anonymous ID, fbp/fbc/ttp/ga). Omit to list recent events for the account.

account_id
string

The ID of the account, which will look like biz_*************. Optional for account API keys; required for credentials that can access multiple accounts.

from
string<date-time>

Start of the time range as an ISO 8601 timestamp. Required when identifier is omitted.

to
string<date-time>

End of the time range as an ISO 8601 timestamp. Required when identifier is omitted; otherwise defaults to now.

first
integer

The number of events to return.

after
string

A cursor for fetching events after a previous page.

before
string

A cursor for fetching events before a later page.

Response

account events listed

data
object[]
required
page_info
object
required