Allocation created
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 allocation-related events. Combines the allocation
resource with the common webhook envelope fields (event, timestamp, trigger, source).
See the Webhooks guide for a full example payload.
Unique identifier for the allocation.
Allocated amount.
Currency code.
Amount paid to date.
Applicant information.
Associated application information.
Fund information.
Chapter information.
Season information.
Timestamp when the allocation was created.
Timestamp when the allocation was last updated.
Human-readable name of the event that triggered the webhook.
"Allocation created"
ISO 8601 formatted datetime indicating when the event occurred.
"2020-01-01T00:00:00Z"
Machine-readable event key that fired the webhook.
"allocation_created"
Origin of the change that triggered the event.
ui, api Response
Return any 2xx status code to acknowledge receipt of the event.