List Shared Values in an Environment

GET {{baseUrl}}/orgs/:orgId/apps/:appId/envs/:envId/values

The returned values will be the base Application values with the Environment overrides where applicable. The source field will specify the level from which the value is from.

RESPONSES

status: OK

[{"description":"The message to show me.","is_secret":false,"key":"MY_MSG","value":"Hello World"},{"description":"The message to show me.","is_secret":false,"key":"MY_MSG","value":"Hello World"}]