email_newsletter_api/docs/technical_write_up.md
2024-05-07 16:10:09 -04:00

465 B

Technical Write Up

Routes

  • health_check: GET - returns a HTTP code 200 if the server is up and running. Response body is empty.
  • subscriptions POST - returns a HTTP code 200 if the user successfully subscribed to our email newsletter service. 400 if data is missing or invalid.

Other topics