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

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"
        }
    ]
}