🚀 We have launched a new version of the API. Read more about it in the changelog. 🚀
1curl -X "GET" \2 "https://api.ntropy.com/v3/webhooks/e94a150d-40af-4e96-8aa7-2948a6b4d8d3" \3 -H "Accept: application/json" \4 -H "X-API-KEY: cd1H...Wmhl"
1{2 "url": "https://example.com:5689",3 "events": [4 "batches.completed",5 "batches.error"6 ],7 "id": "e94a150d-40af-4e96-8aa7-2948a6b4d8d3",8 "created_at": "2024-10-03T02:53:30Z",9 "enabled": true,10 "token": "hunter2"11}
format: "uri"
>=1 character
<=1024 characters
<=128 characters
A secret string used to authenticate the webhook. This value will be included in the X-Ntropy-Token header when sending requests to the webhook
X-Ntropy-Token