curl -G 'https://www.artelo.io/api/open/webhooks/get' \
-H 'Authorization: Bearer your-token'[
{
"filters": {
"statuses": [
"Canceled",
"Shipped"
]
},
"id": "e747b74f-ae93-4594-a434-7fa3d7789ce8",
"numFailures": 0,
"secret": "test-secret",
"topic": "OrderStatusChange",
"url": "https://api.example.com/artelo-webhook"
}
]