Ingest New
Bulk add users to the suppression list. Use this endpoint to suppress multiple destinations (e.g. email addresses or phone numbers) on a given channel in a single request, instead of calling [Add User to Suppression List](./add-user-to-suppression-list) once per user.
Each item in the `batch` array is one user to suppress. The batch is processed asynchronously, and a `202` response means it has been accepted for processing.
Example request:
`POST {{API_URL}}/v1/{{WSID}}/suppressions/ingest`
Authentication
AuthorizationBearer
Enter your API Key. If you don't have it already, you can create one from the API Keys page within your Fyno account
Path parameters
WSID
Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.
Headers
version
API version identifier.
Allowed values:
Request
This endpoint expects an object.
batch
Enter an array of users to add to the suppression list. Each item suppresses one destination on the specified channel, for example {"destination": "abcde@fghi.com", "channel": "email"}.
Response
The batch of users has been accepted and will be added to the suppression list asynchronously.
status
Errors
401
Unauthorized Error