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?
I have set “single opt” but the subscriber still receives an e-mail with a link to confirm the subscription. It is important to me that the person subscribing to the newsletter can confirm their subscription.