Webhook
Retrieves a single of webhooks
Retrieves a single of webhooks
get/admin/webhooks/{webhook_id:(?:\\d+)}.json
Query parameters
fieldsstring
Comma-separated list of the properties you want returned for each item in the result list. Use this parameter to restrict the returned list of items to only those properties you specify.
Response
OK
Example response
{
"webhook": {
"address": "https://apple.com/uninstall",
"created_at": 901431826,
"fields": [
"id",
"updated_at"
],
"format": "json",
"id": 901431826,
"metafield_namespaces": [
"google",
"inventory"
],
"topic": "app/uninstalled",
"updated_at": 901431826
}
}