#How to hit different environment like staging, production using postman
1 messages · Page 1 of 1 (latest)
I'm not sure you can. I'd be interested if anyone figures that out.
Looks like you need to have a service token
https://services.docs.unity.com/docs/service-account-auth/#refresh-your-stateless-token
these tokens are different for different environment and changes every 1 hour
before I was using player-auth.services.api
Admin APIs allow you to access and configure Unity Services as an administrator. To authenticate admin APIs, you must create and use service accounts.
Does the access token change the environment Cloud Code is run from?
Yes