Grant status changed
Headers
HMAC SHA256 signature of the request body. Generated using the webhook's signing key and the raw JSON payload.
Generate the same value in your endpoint and compare it with this header to validate the webhook payload.
"a1b2c3d4e5f67890abcdef1234567890abcdef1234567890abcdef1234567890"
Body
Payload delivered for grant status-related events. Combines the application
resource with grant status information and the common webhook envelope fields
(event, timestamp, trigger, source).
See the Webhooks guide for a full example payload.
Applicant information.
Custom form field values.
Current grant status information.
Grant end date.
Application title.
Application slug.
Timestamp when the application was created.
Timestamp when the application was submitted.
Timestamp when the application was last updated.
Human-readable name of the event that triggered the webhook.
"Grant status changed"
ISO 8601 formatted datetime indicating when the event occurred.
"2020-01-01T00:00:00Z"
Machine-readable event key that fired the webhook.
"grant_status_changed"
Origin of the change that triggered the event.
ui, api Response
Return any 2xx status code to acknowledge receipt of the event.