/bff/emailer/message-log
Returns the delivery log entries for a specific email message.
EmailergetBffEmailerMessage-log
Parameters
1 query
Query · 1
idstringRequiredEmail message ID to fetch logs for.
Request
GET /bff/emailer/message-log
curl -X GET "https://api.bizkithub.com/bff/emailer/message-log?id=abc123" \
-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.