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/Unsubscribe
GET/api/newsletter?email=test@example.com- Check subscription status

POST Body Example:

{
  "email": "user@example.com",
  "subscribe": true
}