Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Returns whether a Resend API key is configured for inbound e-mail sync, a masked hint of the stored value, and the timestamp of the last message the cron surfaced.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
hasKeybooleanRequiredWhether a Resend API key is currently stored for this organisation.
maskedHintstring | nullRequiredHuman-readable hint showing the last 4 chars of the stored key. Null when no key is set.
lastSyncAtstring | nullRequiredISO timestamp of the newest received e-mail persisted for this organisation.
{
"hasKey": false
}GET /bff/emailer-incoming/info
curl -X GET "https://api.bizkithub.com/bff/emailer-incoming/info" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.