GET https://api.getpostman.com/monitors
The The response contains an array of monitors information containing the Requires API Key as /monitors
endpoint returns a list of all monitors that are accessible by you.name
, id
, owner
and uid
of each monitor.
X-Api-Key
request header or apikey
URL query parameter.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"monitors": [
{
"id": "1e6b6c77-2031-42d0-9948-76d7251b2dd1",
"name": "Batman & Sherlock Holmes Monitor",
"uid": "5852-1e6b6c77-2031-42d0-9948-76d7251b2dd1",
"owner": "5852"
},
{
"id": "1e6b6cb7-f13d-4000-acb7-0695757174a8",
"name": "Team Level Monitor",
"uid": "5886-1e6b6cb7-f13d-4000-acb7-0695757174a8",
"owner": "5886"
},
{
"id": "1e6b6cc1-c760-48e0-968f-4bfaeeae9af1",
"name": "Postman Echo Monitor",
"uid": "5852-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1",
"owner": "5852"
}
]
} |
ENDPOINTS