DocsAPI ReferenceEmailer/bff/emailer/message-log
getEmailerAdmin BFF

/bff/emailer/message-log

Returns the delivery log entries for a specific email message.

EmailergetBffEmailerMessage-log

Parameters

1 query

1 total
Query · 1
idstringRequired

Email message ID to fetch logs for.

Request

GET /bff/emailer/message-log

get
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.

Get API Key