Logo
30 Day Challange API Documentation

Get all monitors

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

Gets all monitors.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




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 } ] }



Curl
curl -X GET 'https://api.getpostman.com/monitors'

ENDPOINTS