API returning 'No data passed' in Postman
Have the same issue as this post:
https://sendy.co/forum/discussion/19774/error-no-data-passed-when-request-http-post#gsc.tab=0
Ben, your solution does not fix the issue and if I use the post url you have to subscribe a user all I get returned is '1'
Is this some issue with my hosting server or a problem with Sendy's API?
This discussion has been closed.
Comments
Hi,
file_put_contents('log.txt', print_r($_POST, true));)
to verify data is reaching it.Thanks.
Best regards,
Ben
Thank you for the advice