DocsAPI ReferenceEmailer/bff/emailer/received-detail
getEmailerAdmin BFF

/bff/emailer/received-detail

Returns full detail of a single inbound e-mail including the HTML body fetched from blob storage and raw headers.

EmailergetBffEmailerReceived-detail

Parameters

1 query

1 total
Query · 1
idstringRequired

Internal numeric ID of the received e-mail row.

Request

GET /bff/emailer/received-detail

get
curl -X GET "https://api.bizkithub.com/bff/emailer/received-detail?id=1" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key