Acoustic Campaign REST API

REST API for the Acoustic Campaign (formerly Silverpop Engage) marketing automation platform, covering contact databases, relational tables, programs, contact sources, channels (push, SMS, in-app, rich content), messages, web tracking, Universal Behaviors (events), event types, organization settings and GDPR job status. Acoustic serves a live, unauthenticated Swagger 1.1 service description from every regional pod at /restdoc, and each pod is a separate base host (api-campaign-us-1..6, -eu-1, -ap-2, -ap-3, -ca-1).

Documentation

Other Resources

🔗
Swagger
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/openapi/acoustic-campaign-rest-swagger-index.json
🔗
Swagger
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/openapi/acoustic-campaign-channels-swagger.json
🔗
Swagger
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/openapi/acoustic-campaign-databases-swagger.json
🔗
Swagger
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/openapi/acoustic-campaign-relationaltables-swagger.json
🔗
Swagger
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/openapi/acoustic-campaign-programs-swagger.json
🔗
Swagger
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/openapi/acoustic-campaign-orgs-swagger.json
🔗
Swagger
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/openapi/acoustic-campaign-contactsources-swagger.json
🔗
Swagger
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/openapi/acoustic-campaign-events-swagger.json
🔗
Swagger
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/openapi/acoustic-campaign-eventtypes-swagger.json
🔗
Swagger
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/openapi/acoustic-campaign-messages-swagger.json
🔗
Swagger
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/openapi/acoustic-campaign-webtracking-swagger.json
🔗
Swagger
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/openapi/acoustic-campaign-gdpr_jobs-swagger.json
🔗
Webhooks
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/asyncapi/acoustic-webhooks.yml
🔗
ErrorCatalog
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/errors/acoustic-campaign-error-codes.yml
🔗
APIsJSON
https://raw.githubusercontent.com/api-evangelist/acoustic/refs/heads/main/apis.yml

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/acoustic-campaign-rest-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

acoustic-campaign-rest-swagger-index.json Raw ↑

{
    "apiVersion":"1.0",
    "swaggerVersion":"1.1",
    "basePath":"https://api-campaign-us-1.goacoustic.com:443/restdoc",
    "apis":[
       {
            "path":"/messages",
            "description":"Operations related to Messages"
        },
        {
            "path":"/events",
            "description":"Operations related to Universal Behaviors"
        },
        {
            "path":"/eventtypes",
            "description":"Operations related to Event Types"
        },
        {
            "path":"/databases",
            "description":"Operations related to Contact Databases"
        },
        {
        	"path":"/relationaltables",
        	"description":"Operations related to Relational Tables"
        },
        {
            "path":"/webtracking",
            "description":"Operations related to Web Tracking"
        },
        {
            "path":"/channels",
            "description":"Operations related to Channels"
        },
        {
            "path":"/programs",
            "description":"Operations related to Programs"
        },
        {
            "path":"/orgs",
            "description":"Operations related to Organization Settings"
        },
        {
            "path":"/contactsources",
            "description":"Operations related to Contact Sources"
        },
        {
            "path":"/gdpr_jobs",
            "description":"Operations related to GDPR job status and response"
        }
    ]
}