Subscribe to the blog
POST
/auth/v1/blog/subscribeSubscribes the authenticated user to the blog newsletter.
Authorization
Bearer Authorization<token>
In: header
Response Body
204
No Content
curl -X POST "https://api.rixl.com/auth/v1/blog/subscribe"No Content
Send a blog newsletter broadcast POST
Triggers a blog newsletter broadcast to all subscribers. Internal endpoint guarded by the service API key (X-Api-Key); called by the blog-publishing pipeline.
Unsubscribe from the blog by email POST
Unsubscribes a recipient using the user id and email from an email-footer link. No authentication required.