webhooks
Gets webhooks
get/admin/webhooks
Response
Example response
{
"webhooks": [
{
"id": 1,
"topic": "orders/after",
"url": "https://your-webhook-url.com"
}
]
}Gets webhooks
{
"webhooks": [
{
"id": 1,
"topic": "orders/after",
"url": "https://your-webhook-url.com"
}
]
}