Newsletter Component Test
Full Newsletter Component
Custom Newsletter Component
Inline Newsletter Component
Quick Subscribe
Footer Style Newsletter
Never Miss a Beat
Subscribe to get the latest betting tips and CS2 updates.
API Endpoints
Available Endpoints
POST
/api/newsletter- Subscribe/UnsubscribeGET
/api/newsletter?email=test@example.com- Check subscription statusPOST Body Example:
{
"email": "user@example.com",
"subscribe": true
}