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