/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
Query · 1
idstringRequiredInternal numeric ID of the received e-mail row.
Request
GET /bff/emailer/received-detail
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.