Tremendous uses webhooks as a notification system for various events that happen in your account.

📘

Learn more about Webhooks

Our guide explains everything you need to know about the Tremendous webhooks:
Read it here

Every organization can define a single webhook endpoint where we send requests to, whenever an event happens.

This endpoint allows you to setup that endpoint. The URL of the endpoint can be changed by making a request to this endpoint again with the new URL.

Request body

Property Type Description
id
string
url
string uri

URL the webhook will make requests to

private_key
string

Private key for the webhook

Language
Authentication
Bearer
URL
Click Try It! to start a request and see the response here!