Skip to content
TrackSafe365
v1.0 Dashboard →
GET /webhooks

List Webhooks

Returns a Spring Page envelope. Each item includes the full `eventTypes` array — the set of event types that trigger a delivery to that endpoint. Deliveries are signed with HMAC-SHA256; verify using the `X-TS365-Signature` request header on the receiving side.

Parameters

Name In Type Description
page query integer Zero-based page index (0..N). e.g. 0
size query integer Page size. Default 20. e.g. 20
sort query string Sort as `property,(asc|desc)`. Repeatable. e.g. name,asc

The explorer shows the most common query parameters. For the full operator grammar ( .equals, .contains, .greaterThan, .in, .specified …) see the Filtering & Sorting guide.

Response

Status: Stable. Try the request in the panel on the right to see a live response.