Query single post publicly with postForId

i want to build public view for sharable post. currently i got it working with postForId() on logged in user, but the requirement is to allow user can access the page without login. is it possible to query it without user connecting session?

Hello,

Unfortunately, achieving this within our SDK/API is not feasible. However, an alternative approach to accomplish this is by utilizing our webhook feature to store data on your own system. You can implement your custom API to tailor it to your specific requirements.

Best regards,

Support Team

1 Like

ok thank you for responding

1 Like