Logo
30 Days of Postman API Documentation

Single Environment

GET https://api.getpostman.com/environments/{{environment_uid}}

Access the contents of an environment that is accessible to you using its unique id (uid).

Requires API Key as X-Api-Key request header or apikey URL query parameter.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "environment": { "id": "84a119b6-f4b1-9120-5f11-a73b17818d70", "name": "Postman Cloud API.template", "values": [ { "key": "postman_api_key", "value": "", "type": "text", "enabled": true, "hovered": false } ] } }



Curl
curl -X GET 'https://api.getpostman.com/environments/undefined'

ENDPOINTS