POST
/
news
/
subscribe
curl --request POST \
  --url https://api.icepanel.io/v1/news/subscribe \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com",
  "name": "<string>"
}'
{}

Body

application/json
email
string
required
name
string

Response

200
application/json
OK

The response is of type object.