Standard API access?

Is there a way to setup the system account or another account to auth with an API key? So I could do some calls on a separate server to grab information?

Bonus question, simple way to authenticate that a token is valid with api?

For context, I have a separate UDP server, I use Nakama for auth and chat and stuff. I want to check if their token is valid.

Have a look at this: Heroic Labs Documentation | Server Runtime Examples

Oh perfect, thanks so much!

Is it possible to authenticate a user with their bearer token?

Nevermind, created a post under Nakama runtime because it made more sense there.