A subscription for a given event type and scheme to be delivered via webhook.Events are delivered in batches with a HTTP POST request to the specified subscription URL.
Fields
Name | Description |
---|---|
DateTime! | The date & time the webhook subscription was created.Initial afterDateTime and beforeDateTime filters apply to this field. |
String! | The type of event.See Event implementations for a list of supported values. |
The identifier for the WebhookSubscription . | |
Int! | The maximum number of events that will be sent in each HTTP request.This number is between 1 and 10 inclusive. Defaults to 10. |
String! | The scheme ID of the event.Currently, only seekAnz and seekAnzPublicTest are supported. |
String! | The algorithm for signing webhooks.Currently, two codes are defined:
== operator are susceptible to timing attacks. |
DateTime! | The date & time the webhook subscription was last updated. |
String! | The subscriber-owned URL where events are sent to. |
WebhookRequestsConnection! | A page of webhook requests for the subscription matching the specified criteria.A maximum of 100 webhook requests can be returned in a single page.
Additional webhook requests can be queried using a pagination cursor.The result list is returned in ascending creation date & time order.
It starts from the earliest known request if no pagination arguments are provided. |
WebhookSubscriptionReplaysConnection! | A page of replays for the current webhook subscription matching the specified criteria.A maximum of 100 webhook subscription replays can be returned in a single page.
Additional subscription replays can be queried using a pagination cursor.The result list is returned in ascending creation date & time order.
It starts from the earliest subscription replay if no pagination arguments are provided. |
HiringOrganization | The optional hirer associated with this webhook subscription.This will only be accessible if there is an active relationship between the partner and hirer.By default webhook subscriptions will send events from all hirers the partner has access to.
A non-null hirer field indicates that this subscription is filtered to a single hirer. |
ObjectIdentifier | The optional hirer ID to receive events from.By default webhook subscriptions will send events from all hirers the partner has access to.
A non-null hirerId indicates that this subscription is filtered to a single hirer. |
Seen in
Parent name | Parent type | Description |
---|---|---|
Object | conflictingWebhookSubscription field | |
Object | webhookSubscription field | |
Object | webhookSubscription field | |
Object | webhookSubscription field | |
Object | conflictingWebhookSubscription field | |
Object | webhookSubscription field | |
Object | webhookSubscription field | |
Object | webhookSubscription field | |
Object | webhookSubscription field | |
Object | node field | |
Object | webhookSubscription field | |
Query | Result type |