bash
GET /webhooks/:trafficSourceId
Authorization header of the request. The token must be obtained through the user authentication route.bash
Authorization: Bearer <your-token-here>
trafficSourceId | string | Traffic source ID to list webhooks. | Yes |200 OKjson
{"date": [{"id": "w1x2y3z4-a5b6-7890-1234-567890abcdef","type": "discord","level": "fatal","value": "123456789","trafficSourceId": "c1d2e3f4-g5h6-7890-1234-567890abcdef","createdAt": "2025-07-21T14:30:00.000Z","updatedAt": "2025-07-21T14:30:00.000Z"},{"id": "w2x3y4z5-b6c7-8901-2345-678901bcdefg","type": "discord","level": "warning","value": "987654321","trafficSourceId": "c1d2e3f4-g5h6-7890-1234-567890abcdef","createdAt": "2025-07-21T15:00:00.000Z","updatedAt": "2025-07-21T15:00:00.000Z"}],"goal": {"total": 2,"page": 1,"limit": 10}}
json
{"data": [],"meta": {"total": 0,"page": 1,"limit": 10}}
400 Bad Request
trafficSourceId is invalid.401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error