Skip to main content
GET
TypeScript

Authorizations

Authorization
string
header
required

Project-bound Apollo Signal API key. Keys begin with ap_signal_ and must carry the permission shown on the operation.

Path Parameters

projectId
string
required

Project identifier. For API-key authentication, it must match the project bound to the key.

topicId
string
required

Topic identifier in this project.

Query Parameters

size
integer<int32>

Number of contacts per page (default: 20, max: 100).

after
integer<int64>

Keyset cursor from previous response nextCursor (omit for first page).

Response

Cursor-paginated list of opt-in contacts.

cursor
CursorInfo · object
required
data
TopicContactResponse · object[]
required