Public callback url (RPC or event call)

Hi all,
It is possible to call and event or RPC or something without authentication?

Basically I need to provide a third party service with a callback url and cannot see how Nakama could receive this callback without a bearer token in the header which i cannot set from the third party.

any advice would be very welcome
thanks

Hello @toby

For examples on how to setup server to server interactions, you can check the following page Nakama: Server Runtime Examples | Heroic Labs Documentation

I hope it helps.

That is exactly what I need, thank you.

I have read that page before and I didn’t realise what the “Runtime HTTP Key” did. Reading the docs back now seems obvious so I must have had a brain freeze.

Just tested an RPC call using the curl example in the docs and it works a treat.

1 Like