Public (no auth)
POST /v1/public/newsletter/subscribe
Subscribe to the weekly Smart-Money Report (double opt-in: a confirmation email is sent).
Subscribe to the weekly Smart-Money Report (double opt-in: a confirmation email is sent).
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/v1/public/newsletter/subscribe" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]" }'Empty