GET https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/monitor
This endpoint is deprecated in Qodex v10 and higher. Gets an API version's monitor relations.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"monitor": [
{
"id": "1e6b6cc1-c760-48e0-968f-4bfaeeae9af1",
"name": "Test Monitor",
"updatedAt": "2022-07-10T05:00:25.066Z",
"monitorId": "1e6b6cc1-c760-48e0-968f-4bfaeeae9af1"
}
]
} |
ENDPOINTS