{ "opencollection": "1.0.0", "info": { "name": "Mux Animated Images Incidents API", "version": "v1" }, "items": [ { "info": { "name": "Incidents", "type": "folder" }, "items": [ { "info": { "name": "List Incidents", "type": "http" }, "http": { "method": "GET", "url": "https://api.mux.com/data/v1/incidents", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of items to include in the response" }, { "name": "page", "value": "", "type": "query", "description": "Offset by this many pages, of the size of `limit`" }, { "name": "order_by", "value": "", "type": "query", "description": "Value to order the results by" }, { "name": "order_direction", "value": "", "type": "query", "description": "Sort order." }, { "name": "status", "value": "", "type": "query", "description": "Status to filter incidents by" }, { "name": "severity", "value": "", "type": "query", "description": "Severity to filter incidents by" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns a list of incidents." }, { "info": { "name": "Get an Incident", "type": "http" }, "http": { "method": "GET", "url": "https://api.mux.com/data/v1/incidents/:INCIDENT_ID", "params": [ { "name": "INCIDENT_ID", "value": "abcd1234", "type": "path", "description": "ID of the Incident" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns the details of an incident." }, { "info": { "name": "List Related Incidents", "type": "http" }, "http": { "method": "GET", "url": "https://api.mux.com/data/v1/incidents/:INCIDENT_ID/related", "params": [ { "name": "INCIDENT_ID", "value": "abcd1234", "type": "path", "description": "ID of the Incident" }, { "name": "limit", "value": "", "type": "query", "description": "Number of items to include in the response" }, { "name": "page", "value": "", "type": "query", "description": "Offset by this many pages, of the size of `limit`" }, { "name": "order_by", "value": "", "type": "query", "description": "Value to order the results by" }, { "name": "order_direction", "value": "", "type": "query", "description": "Sort order." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns all the incidents that seem related to a specific incident." } ] } ], "bundled": true }