Skip to main content
GET
List company touchpoints

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format

Path Parameters

companyPublicId
string
required

Company public ID

Query Parameters

pageToken
string

Token for pagination to get next page

limit
integer
default:100

Number of results per page (default: 100, max: 100)

Required range: 1 <= x <= 100
topic
enum<string>[]

Only touchpoints with these topics. Repeat the parameter to pass multiple (e.g. ?topic=board-meeting&topic=company-announcement).

Available options:
periodic-company-update,
company-announcement,
board-meeting,
adhoc-company-update,
legal-communication,
other
category
enum<string>[]

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.

Available options:
funding,
growth,
product,
go_to_market,
team,
operations,
financial_health,
marketing,
governance,
exit,
other
sort
enum<string>
default:occurredAt

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.

Available options:
occurredAt,
updatedAt

Response

List of touchpoints

items
object[]
required
nextPageToken
string

Token for fetching next page

Example:

"next_page_token_here"