Skip to main content
POST
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 to import suppressions into.

Body

application/json

List of email addresses and optional reasons to import.

Suppression rows to import in one request.

suppressions
SuppressionImportRowSerializable · object[]
required

Rows to normalize and insert; invalid or duplicate rows are counted as skipped.

Response

Import completed. Returns a count of added and skipped addresses.

imported
integer<int32>
required
skipped
integer<int32>
required