webhookSubscriptionSecret
Retrieves the secret of a specific webhook subscription using its identifier. Throws an error with code NOT_FOUND
if no webhook subscription is found.
webhookSubscriptionSecret(
id: ID!
): WebhookSubscriptionSecret!
Arguments
webhookSubscriptionSecret.id
● ID!
non-null scalar
The identifier of the webhook subscription for which to retrieve the secret.
Type
WebhookSubscriptionSecret
object
A webhook subscription secret used to validate the authenticity of incoming messages from EventsAir in response to activities in the platform.
See the webhooks guide for more information.