Hi, Im working on Headless WordPress with newsletter. I subscribed to the newsletter via the REST API but I have a problem with the link confirming the subscription.
The link looks like: http://localhost/?na=c&nk=1-8b1980157c
In headless WordPress this link will not work as confirmation. Can I somehow manually confirm the subscription with a request to the API according to this "na" parameter from URL?
Unless there is some other option?