/api/v1/tracking/email-pixel
Render and return tracking pixel inside e-mail message.
get
Tags:tracking
Operation ID:
getApiV1TrackingEmail-pixel
Query Parameters
id
stringExternal generated message ID, for example v2.mail::p0xvq-1736628881328-n92ql8.gymroom
.
Supported prefixes:
v1
bulk newsletter e-mail messagev2
individual e-mail message
Responses
200
No description
Base URL:
https://bizkithub.com
Example Request
fetch('https://bizkithub.com/api/v1/tracking/email-pixel?apiKey=YOUR_API_KEY', {
method: 'GET',
headers: {
'Content-Type': 'application/json'
}
})
Example Response
HTTP 200Success Response
{
"success": true,
"data": {
"message": "Example response"
}
}
🔑 API Key Required
All BizKitHub API endpoints require authentication using an API key. The API key must be passed as a GET parameter in the URL for all requests.
Back to API Documentation
Last updated: August 6, 2025