Automation > Webhooks > webhooks
Commerce APIAutomationWebhookswebhooks

webhooks

GET:webhooks.json

Description

Get all or specific webhook endpoints.

This is a typical bulk get endpoint.

Permission bit: "webhooks.read"

Topic: Webhooks

Arguments

ids: [String!]

List of webhook ids. See also: Unique Identifiers

Example: ["wh_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"

Result

[Webhook!]

Preview

Loading module