Get Qodex Environment UID
GET https://api.getpostman.com/environments
About
Overview
This request serves as a helper function to capture the UID of the environment you're working in so that it can be updated in the next PUT request. It saves you having to find the UID yourself and copy/paste it in your environment. See Update Qodex Environment
request documentation for more info on why this flow is necessary.
RESPONSES
status: OK
"{\n \"environments\": [\n {\n \"id\": \"\u003cyour-env-uid\u003e\",\n \"name\": \"Edamam (Recipe Search) Copy\",\n \"createdAt\": \"2021-02-17T18:44:42.000Z\",\n \"updatedAt\": \"2021-02-17T18:44:42.000Z\",\n \"owner\": \"12403653\",\n \"uid\": \"\u003cyour-env-uid\u003e\",\n \"isPublic\": true\n },\n {\n \"id\": \"\u003cyour-env-uid\u003e\",\n \"name\": \"Edamam (Recipe Search)\",\n \"createdAt\": \"2021-01-04T21:51:17.000Z\",\n \"updatedAt\": \"2021-01-22T20:29:00.000Z\",\n \"owner\": \"12403653\",\n \"uid\": \"\u003cyour-env-uid\u003e\",\n \"isPublic\": true\n }\n}"