MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference
Agent A2A Tools
Agent Channels
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Bundler
Bundler Tool
Bundles
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Add Suppression EntryRemove Suppression EntryBulk Import Suppression EntriesList Suppression Entries
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
API ReferenceSuppression

Bulk Import Suppression Entries

POST
/v1/suppression/import

Add many numbers at once (e.g. from a CSV export of a legacy do-not-call list). Each row is validated independently and collected into errors rather than aborting the whole import at the first bad row - mirrors campaign task CSV import's own per-row error collection (Task 8).

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/suppression/import" \  -H "Content-Type: application/json" \  -d '{    "e164_numbers": [      "string"    ]  }'
{  "imported": 0,  "errors": [    {      "row": 0,      "value": "string",      "detail": "string"    }  ]}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Remove Suppression Entry

Previous Page

List Suppression Entries

Next Page

e164_numbers*array<string>
org_id?|null