Skip to main content
POST
List non-ICP companies with recent signals

Authorizations

X-Api-Key
string
header
required

Your organization's public API key.

Body

application/json

Filter for non-ICP companies that have shown a signal in a time window.

sinceTimeMillis
integer<int64>
required

Only include companies with a signal at/after this epoch-millis timestamp. Required. 0 = all time.

Example:

0

beforeTimeMillis
integer<int64>

Only include companies with a signal before this epoch-millis timestamp. Null = no upper bound.

Example:

0

page
integer<int32>
default:0

Zero-based page index.

Example:

0

size
integer<int32>
default:20

Page size (clamped to 100).

Example:

20

Response

OK

A page of results.

data
object[]

The items on this page.

page
integer<int32>

Zero-based page index.

Example:

0

size
integer<int32>

Requested page size.

Example:

20

totalElements
integer<int64>

Total number of matching items across all pages.

Example:

137

totalPages
integer<int32>

Total number of pages.

Example:

7