Hello, I work with matchmaker API V2, I have service which regularly gets new token by this endpoint: “https://services.api.unity.com/auth/v1/token-exchange”. I noticed that there is some limitations, because sometime MatchmakerApi service start responding with such message:
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/</code> from this server.</h2>
<h2></h2>
</body></html>
Could you please describe, how often it’s possible to send requests, which limitations do you have?
Also, does it possible to add our node Ip address in some whitelist to not be blocked?