Skip to main content

Queries

Mutations

  • activateWebhookEndpointSecret — Promote the staged pending secret to active. Subsequent deliveries are signed with it.
  • createWebhookEndpoint — Create a webhook endpoint. Returns the signing secret once. Errors if an endpoint with the same URL already exists.
  • deleteWebhookEndpoint — Delete a webhook endpoint. Returns true if an owned endpoint was deleted, false if none matched.
  • rotateWebhookEndpointSecret — Stage a new (pending) signing secret. Returns it once; add it to your receiver, then call activateWebhookEndpointSecret.
  • updateWebhookEndpoint — Update a webhook endpoint. Returns null if no endpoint with that id is owned by the caller.

Objects

  • WebhookEndpoint — A destination the merchant has registered to receive webhook deliveries. disabledAt is null while active.

Input objects

Enums

  • ApiVersion — A version of the Redo public API.
  • WebhookEndpointSortKey — A field this list can be ordered by; pass to the list’s orderBy argument and pair with reverse to flip direction.
  • WebhookTopic — An event a webhook endpoint can subscribe to.