All Monitors
GET https://api.getpostman.com/monitors
The /monitors endpoint returns a list of all monitors that are accessible by you.
The response contains an array of monitors information containing the name, id, owner and uid of each monitor.
Requires API Key as
X-Api-Keyrequest header orapikeyURL query parameter.
RESPONSES
status: OK
{"monitors":[{"id":"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1","name":"Test Monitor","uid":"12345678-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1","owner":12345678},{"id":"1e6b6cb7-f13d-4000-acb7-0695757174a8","name":"Postman Echo Monitor","uid":"87654321-1e6b6cb7-f13d-4000-acb7-0695757174a8","owner":87654321}]}