How can I get a server list?

So lets say I hosted some servers using multipla and now I would like to list them in my game(unity, mirror networking), how can I get the online servers? Whats the easiest method to implement such feature?

Hello and thanks for your question!

There is a public API you can use to fetch information about various Multiplay resources. For listing servers, you would be using the Servers List endpoint. Here is the documentation: Unity Services Web API docs.

Hope that helps.

As this is an admin API, is it suggested to route through cloud code, or should we just create limited service account keys?