GET https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/environment
This endpoint is deprecated in Qodex v10 and higher. Gets an API version's environment relations.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"environment": [
{
"id": "12345678-5daabc50-8451-43f6-922d-96b403b4f28e",
"name": "Test Environment",
"createdAt": "2022-07-08T20:32:48.000Z",
"updatedAt": "2022-07-08T20:31:30.000Z"
}
]
} |
ENDPOINTS