webhookSubscription
Retrieves a specific webhook subscription using its identifier. Throws an error with code NOT_FOUND
if no webhook subscription is found.
webhookSubscription(
id: ID!
): WebhookSubscription!
Arguments
webhookSubscription.id
● ID!
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.