2023-07-07
The endpoint for Magazine::subscribe/unsubscribe is deprecated.
The usage of Magazine::subscribe/unsubscribe
to register or unregister subscribers for the delivery will be deprecated.
Reason
The endpoint Magazine::subscribe/unsubscribe
allows registering or unregistering subscribers by just POSTing the email
,
which makes it possible to register or unregister someone else's subscription by knowing the URL of the endpoint.
Recommended Action
We have prepared a new endpoint MagazineSubscriber::subscribe/unsubscribe
for this purpose.
Please use this endpoint and set the self_only
or required_key
parameter.
For specific implementation examples, refer to the tutorial: Creating a Magazine Subscription/Unsubscription Form with Kuroco and Nuxt.js.
Planned Date for Endpoint Addition
RC: Late July
Stable: Mid-October
Contact
If you have any further questions regarding this matter, please feel free to contact Kuroco Support.
Support
If you have any other questions, please contact us or check out Our Slack Community.