🤖 For AI agents: The complete documentation index is available at /docs/llms.txt. A markdown version of this page is available at /docs/extend/events-and-webhooks/events/kickstart-success.md.
Kickstart Success
Kickstart Success
version
This event has been available since 1.30.0
This event is generated when kickstart has successfully completed.
Event typekickstart.success
Event Scope
This is a system scoped event. If enabled in Settings -> Webhooks -> Your Webhook , this event will be sent.
The tenant webhook enable or disable settings do not apply and will be ignored.
Transaction Compatibility
This event is non-transactional. The operation will succeed regardless of the webhook response status code.
Event Body
event.createInstant Long The instant that the event was generated.
event.id UUID The unique Id of the event. You may receive an event more than once based upon your transaction settings. This Id may be used to identify a duplicate event.
event.instanceId UUID The FusionAuth instance Id.
event.type String The event type, this value will always be kickstart.success.
Example Event JSON
{
"event": {
"createInstant": 1629434864788,
"id": "1ceffdea-2748-43d6-8972-004e5fffc8e8",
"instanceId": "4c4f459a-cff5-4b11-95e8-8027759d2526",
"type": "kickstart.success"
}
}