webhookSubscription
Retrieves a specific webhook subscription using its identifier. Throws an error with code NOT_FOUND
if no webhook subscription is found.
webhookSubscription(
id: String!
): WebhookSubscription!
Arguments
webhookSubscription.id
● String!
non-null scalar
Type
WebhookSubscription
object
A webhook subscription used to receive messages from EventsAir in response to activities in the platform.
See the webhooks guide for more information.