Integrate Badex Signature into your own applications using our simple REST API.
The signature API is currently open for internal use — requests are only accepted from the SMTP server's IP address. External API access with API keys is coming in a future release.
Returns the rendered HTML signature for a given email address.
/api/signature?email={email}
Parameters:
Success Response (200):
{
"success": true,
"email": "[email protected]",
"policy": {
"id": 1,
"name": "Default Policy",
"match_type": "domain",
"match_value": "company.com",
"priority": 100
},
"html": "<table style=\"font-family:Arial...\">...</table>"
}
Error Response (404):
{
"success": false,
"message": "No signature policy or template found"
}
The API is designed for high-volume email processing. Current limits: