Queries
webhookEndpoint— Fetch a single webhook endpoint by its id.webhookEndpoints— List webhook endpoints.
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.
disabledAtis null while active.
Input objects
- CreateWebhookEndpointInput — Input for creating a webhook endpoint.
- UpdateWebhookEndpointInput — Input for updating a webhook endpoint. Omitted fields are left unchanged.
Enums
- ApiVersion — A version of the Redo public API.
- WebhookEndpointSortKey
— A field this list can be ordered by; pass to the list’s
orderByargument and pair withreverseto flip direction. - WebhookTopic — An event a webhook endpoint can subscribe to.