Skip to main content
POST
Get aggregated events (batch)
Acquisitions are excluded by default. To include them, send "betas": ["acquisitions"] in the JSON body; optionally add "types": "acquisition" to return only acquisitions. A scalar betas string is invalid for POST. The beta requires API v1. See Events for an overview and the response schema below for the payload. For batch pagination, use pagination=page (the default) and increment page while pagination.has_next is true. POST cursor responses have null next_link and prev_link; they do not provide the navigation URLs available with GET.

Authorizations

Authorization
string
header
required

Authenticate using one of two formats:

  • Organization/user token: Token <your-token>
  • Stytch JWT: Bearer <your-jwt>

Body

start_date
string<date>

Filter events on or after this date (ISO 8601).

end_date
string<date>

Filter events on or before this date (ISO 8601).

created_at_gte
string<date-time>

Filter events created at or after this datetime.

created_at_lte
string<date-time>

Filter events created at or before this datetime.

updated_at_gte
string<date-time>

Filter events updated at or after this datetime.

updated_at_lte
string<date-time>

Filter events updated at or before this datetime.

company_domain
string

Filter by a single company domain (e.g. spacex.com).

company_uid
string

Filter by a single company slug/prismic UID.

company_id
string

Filter by a single company ID.

company_domains
string[]

List of company domains.

company_ids
string[]

List of company IDs.

types
string

Comma-separated event types: funding-round, secondary-transaction, company-milestone, corporate-action, and beta-gated acquisition.

subtypes
string

Comma-separated event subtypes (e.g. stock_split, ipo).

betas
string[]

Beta flags as a JSON string array. Use ["acquisitions"] to include acquisition events.

include_citations
boolean
default:false

Attach citation payloads to events.

pagination
enum<string>

Pagination mode. Default: page.

  • page - page
  • cursor - cursor
Available options:
page,
cursor
page
integer

Page number (offset pagination). Default: 1.

page_size
integer

Results per page. Default: 30, max: 100.

page_after
string

Cursor for the next page (cursor pagination only).

page_before
string

Cursor for the previous page (cursor pagination only).

api_version
enum<string>

Response schema version. Default: v1.

  • v1 - v1
  • v0 - v0
  • legacy - legacy
Available options:
v1,
v0,
legacy

Response

Paginated list of events with metadata. Same shape as GET.

events
object[]
required
pagination
object
required
meta
object
required