Nakama Rest API

Hi!

Where can I find the docs about how to connect to NakamaAPI using REST?

For custom rpcs should be something like /v2/rpc/, but what about the other rpcs?

Is there any doc available?

You’ll find cURL examples for all the concepts listed in Nakama: Concepts | Heroic Labs Documentation if you select it in the client drop-down on the top right.
The REST API is only accessible from the client if it is authenticated, so be sure to check the authentication section..
If you’d like an API reference you can check the generated swagger file.

Hope this helps.