v1

latestSwagger 2.0Private2026-08-04128286690.5 KB
Technology Partners Webhooks

GET a Collection of Webhook Topic Subscriptions

Use this GET method to return a collection containing your application's webhook subscriptions.

get/partner/webhooks/subscriptions

Response

Request successful

topic_idinteger

Identifies the topic using an integer to indicate the type of topic.

hook_uristring

Your webhook callback URI. Constant Contact automatically sends POST requests to this URI to notify you about the topic.

topic_namestring

The name of the topic.

topic_descriptionstring

A description of what the topic is and when Constant Contact notifies you concerning it.

Example response

[
  {
    "topic_id": 2,
    "hook_uri": "https://www.examplename.com/webhooks/billingTier",
    "topic_name": "Billing Tier Downgrade",
    "topic_description": "Executes when an account's billing tier is downgraded."
  }
]