List company touchpoints
List a company’s touchpoints, newest first, with pagination support. A touchpoint groups the activity around one company event, such as an investor update, a board meeting, or an announcement, and carries the insights extracted from that activity with citations back to the source material.
Authorizations
API key authentication using Bearer token format
Path Parameters
Company public ID
Query Parameters
Token for pagination to get next page
Number of results per page (default: 100, max: 100)
1 <= x <= 100Only touchpoints with these topics. Repeat the parameter to pass
multiple (e.g. ?topic=board-meeting&topic=company-announcement).
periodic-company-update, company-announcement, board-meeting, adhoc-company-update, legal-communication, other Only touchpoints with insights in these categories. Repeat the
parameter to pass multiple. Also narrows the insights returned
on each touchpoint to the matching categories.
funding, growth, product, go_to_market, team, operations, financial_health, marketing, governance, exit, other Sort order. May be occurredAt, when the underlying activity
happened, or updatedAt, when the touchpoint last changed
(content edits, insights re-derived as new activity arrived).
Both newest first. Page tokens are only valid for the sort they
were issued under.
occurredAt, updatedAt 
