Parameters
1 query
Query parameters
· 1externalIdstringRequiredOpaque 16-char public identifier of the received e-mail (brj__emailer_received_email.external_id).
Example
gJhvIDjTU8IPU573Returns full detail of a single inbound e-mail including the HTML body fetched from blob storage and raw headers.
1 query
externalIdstringRequiredOpaque 16-char public identifier of the received e-mail (brj__emailer_received_email.external_id).
gJhvIDjTU8IPU5731 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/emailer/received-detail
curl -X GET "https://api.bizkithub.com/bff/emailer/received-detail?externalId=gJhvIDjTU8IPU573" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.