v1

latestSwagger 2.0Private2026-08-04128286690.5 KB
Technology Partners Webhooks

GET Webhook Topic Subscription

Use this GET method to return subscription information for a certain topic_id. Possible topic_id values include:

  • 1 - Billing tier upgrade.
  • 2 - Billing tier downgrade.
  • 3 - Account cancelled.
  • 4 - Account disabled.
get/partner/webhooks/subscriptions/{topic_id}

Path parameters

topic_idstring required

Identifies a webhook topic.

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