API key not passed
I suddenly get the response "API key not passed" from my sendy installation in my frontend. It worked correctly for months.
I checked List id and it matches the one in Sendy.
Even with the curl command I get the same response:
curl -X POST -F 'name=NAME' -F 'email=EMAIL' -F 'list=LISTID' https://sendy.....com/subscribe
Can anybody point me to a potential problem?
This discussion has been closed.
Comments
Hi,
From version 4.0.3.3 onwards, your API key is required when calling the 'subscribe' API.
Screenshot:
Source: https://sendy.co/get-updated
Best regards,
Ben
Ben, thank you. This was the reason!