Logo
15_Days_of_Postman_-_for_testers_IvanKo API Documentation

Get all monitors

GET {{baseUrl}}/monitors

Gets all monitors.

 

Body PARAM

Key Datatype Required Description 
workspace
string Return only the monitors that are in the given workspace ID.



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



Curl
curl -X GET 'https://api.getpostman.com/monitors?workspace=<string>'

ENDPOINTS