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