Webhooks are great for listening and responding to changes within Scholarly
X-Webhook-Signature
header that you can use to verify the request came from Scholarly. The signature is an HMAC-SHA256 hash of the request body using your webhook’s secret key.
Header | Description |
---|---|
Content-Type | Always application/json |
User-Agent | Scholarly-Webhook/1.0 |
X-Webhook-Id | Unique identifier of the webhook configuration |
X-Webhook-Event | The type of event (e.g., department.created ) |
X-Webhook-Delivery | Unique identifier for this delivery attempt |
X-Webhook-Timestamp | Unix timestamp of when the webhook was sent |
X-Webhook-Signature | HMAC-SHA256 signature of the request body |
API Reference > Webhooks
section in the side bar for a list of all events and their structure.