Single Monitor
GET https://api.getpostman.com/monitors/{{monitor_uid}}
This endpoint fetches you basic information about the monitor using its uid
.
Requires API Key as
X-Api-Key
request header orapikey
URL query parameter.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Api-Key | string |
RESPONSES
status: OK
{"monitor":{"id":"1e6b6cc1-c760-48e0-968f-4bfaeeae9af1","name":"Postman Echo Monitor","collection":"5852-8d05dd85-222c-1452-553b-e76a531b71ed","createdAt":"2016-11-30T07:10:44.000Z","owner":"5852","uid":"5852-1e6b6cc1-c760-48e0-968f-4bfaeeae9af1","schedule":{"cron":"0 0 * * * *","timezone":"Asia/Calcutta","nextRun":"2016-11-30T09:30:00.000Z"}}}