BizKitHub
DocsAPI ReferenceEmailer/bff/emailer-incoming/info
getEmailerAdmin BFF

/bff/emailer-incoming/info

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.

EmailergetBffEmailer-incomingInfo

Parameters

No parameters required

This endpoint takes no path, query, header or body parameters.

Response schema

1 status code documented

200Success
hasKeybooleanRequired

Whether a Resend API key is currently stored for this organisation.

maskedHintstring | nullRequired

Human-readable hint showing the last 4 chars of the stored key. Null when no key is set.

One of 2:
Variant 1
string
Variant 2
null
lastSyncAtstring | nullRequired

ISO timestamp of the newest received e-mail persisted for this organisation.

One of 2:
Variant 1
string
Variant 2
null

Response example

application/json
{
  "hasKey": false
}

Request example

GET /bff/emailer-incoming/info

get
curl -X GET "https://api.bizkithub.com/bff/emailer-incoming/info" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key