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

The project whose contacts to list.

Query Parameters

page
integer<int32>

1-based page number (default: 1).

size
integer<int32>

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

Response

Paginated list of contacts.

data
ContactResponse · object[]
required
page
PageInfo · object
required