Skip to main content
POST
/
api
/
newsletter
Newsletter Signup
curl --request POST \
  --url https://api.example.com/api/newsletter \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'email=<string>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/x-www-form-urlencoded
email
string
required

Response

Successful Response