List the App's webhook subscriptions
Returns every webhook subscription tied to the App. The signing secret is never included in list/get responses — it is only revealed at create and rotate time.
The caller must hold the app:manage_webhooks grant on urn:app:<sourcedApplicationId>.
Authorizations
OAuth 2.0 client credentials flow. Contact timeback@trilogy.com to request credentials for your application.
Path Parameters
UUID of the App the subscriptions are tied to
Response
Webhook subscriptions tied to the App
Unique identifier of the subscription.
Consumer endpoint the signed notification is POSTed to.
Event types this subscription receives.
active = delivering; paused = suspended by the owner; disabled = auto-disabled by the platform after repeated terminal delivery failures.
active, paused, disabled When the subscription was created.