GET https://api.getpostman.com/environments/{{environment_uid}}
Access the contents of an environment that is accessible to you using its unique id ( Requires API Key as uid
).
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
}
]
}
} |
ENDPOINTS