Can I Access an API Published in a Non-RELEASE Environment?
Yes. To access an API published in a non-RELEASE environment, add the x-stage header to the API request.
Example:
r.Header.Add("x-stage", "RELEASE")
You can also refer to the examples in Quickly Opening and Calling APIs.
Parent topic: Publishing an API