Help Center> API Gateway> FAQs> API Publishing> Can I Access an API Published in a Non-RELEASE Environment?
Updated on 2023-08-31 GMT+08:00

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")

For details, see the example in Calling an API.

API Publishing FAQs

more