Get a webhook subscription
Returns a single webhook subscription tied to the App. The signing secret is not included.
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 subscription is tied to
UUID of the webhook subscription
Response
The webhook subscription
A webhook subscription tied to an App's auth client.
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.