All Environments

GET https://api.getpostman.com/environments

The /environments endpoint returns a list of all environments that belong to you..

The response contains an array of environments' information containing the name, id, owner and uid of each environment.

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

RESPONSES

status: OK

{"environments":[{"id":"357668d2-84f1-2264-438b-113095359f80","name":"Postman Cloud API","createdAt":"2020-12-18T17:19:52.000Z","updatedAt":"2020-12-18T17:20:08.000Z","owner":"631643","uid":"631643-357668d2-84f1-2264-438b-113095359f80","isPublic":false},{"id":"84a119b6-f4b1-9120-5f11-a73b17818d70","name":"Postman Cloud API.template","createdAt":"2020-12-18T17:19:52.000Z","updatedAt":"2020-12-18T17:20:08.000Z","owner":"631643","uid":"631643-84a119b6-f4b1-9120-5f11-a73b17818d70","isPublic":false}]}