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
Attest Consent For Call CampaignCancel Call CampaignCreate Call CampaignGet Call CampaignImport Campaign Tasks (CSV)List Campaign TasksList Call CampaignsPause Call CampaignStart Call Campaign
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
API ReferenceCall Campaigns

Attest Consent For Call Campaign

POST
/v1/campaigns/{campaign_id}/attest-consent

Record that the campaign owner asserts they hold valid consent for the uploaded list - the entire consent-provenance mechanism this platform implements (owner attestation, not per-callee records). Sets consent_attested/consent_attested_by_id/consent_attested_at together; a second call updates the timestamp/note but never clears an existing attestation.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Path Parameters

campaign_id*Campaign Id
Formatuuid

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/campaigns/497f6eca-6276-4993-bfeb-53cbbbba6f08/attest-consent" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",  "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",  "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",  "name": "string",  "from_number_id": "43fb2b95-f14f-45b0-ac09-36a4ed4645d9",  "status": "string",  "max_concurrent": 0,  "calls_per_minute": 0,  "max_attempts": 0,  "backoff_base_minutes": 0,  "consent_attested": true,  "consent_attested_by_id": "bdadecc3-22ed-43b2-9955-be6b209d978f",  "consent_attested_at": "2019-08-24T14:15:22Z",  "consent_note": "string",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Call Campaigns

Endpoints in the Call Campaigns group.

Cancel Call Campaign

Next Page

note?string|null