/bff/calendar/event-retry-access
Runs the same passcode-generation pipeline that the cron uses (connectPasscodeWithCalendarEvent). Returns the resulting lifecycle status: ready (primary code created), fallback_backup (gateway still offline, the lock's backup code is now linked), or failed (primary failed and no usable backup). Idempotent — safe to retry from the UI as a "fix it" button.
Calendar EventpostBffCalendarEvent-retry-access
Parameters
1 body
Body · 1
eventIdstringRequiredExternal event code identifier.
Request
POST /bff/calendar/event-retry-access
curl -X POST "https://api.bizkithub.com/bff/calendar/event-retry-access" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"eventId": "example_eventId"
}'Response
JSON payload
{
"status": "example_status",
"failureReason": "example_failureReason",
"passcodeId": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.