APIUsersSubscribes a user to the newsletter
hidden

Parameters

Name

Type

Req.

  • bodyapplication/json

    object
    optional
    Object Properties
    • email

      string / Email Address
      optional

Returns

204 No Content

successful operation, no content

put
/website/subscribe
$ curl -X PUT "https://api.zoo.dev/website/subscribe" \
	--header "Authorization: Bearer $TOKEN" \
	--header "Content-Type: application/json" \
	--data '{
  "email": "Fn3SUUxHO@7zfX.com"
}'