webhookEndpoint
Fetch a single webhook endpoint by id.
webhookEndpoint(
id: ID!
): WebhookEndpoint
Arguments
webhookEndpoint.id ● ID! non-null scalar
Type
WebhookEndpoint object
A registered webhook endpoint. Riverr POSTs a signed event payload to url
whenever one of enabledEvents occurs for your enterprise, so you can react to
changes in real time instead of polling the API.