Register a webhook

Registers a new outbound webhook. Payloads are signed with HMAC-SHA256 using your secret.
Verify signatures by computing HMAC-SHA256(secret, rawBody) and comparing it to the X-ChangeTrax-Signature header on each delivery.
Failed deliveries are retried up to 5 times with exponential backoff.
Requires Admin role.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uri
required
string
required

Used to sign payloads via HMAC-SHA256. Verify using the X-ChangeTrax-Signature header on deliveries.

events
array of strings
required
length ≥ 1
events*
Allowed:
Response

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json