{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Check-Ins API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Check-Ins", "type": "folder" }, "items": [ { "info": { "name": "Sentry Retrieve check-ins for a monitor", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/monitors/:monitor_id_or_slug/checkins/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "monitor_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the monitor." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns a list of check-ins for a specific monitor." }, { "info": { "name": "Sentry Retrieve check-ins for a monitor by project", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/projects/:organization_id_or_slug/:project_id_or_slug/monitors/:monitor_id_or_slug/checkins/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "project_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the project." }, { "name": "monitor_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the monitor." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns a list of check-ins for a monitor scoped to a project." } ] } ], "bundled": true }