{ "opencollection": "1.0.0", "info": { "name": "Flock Safety API Platform (v3) Alerts LPR Hotlist Alert Subscriptions API", "version": "3.0.0" }, "items": [ { "info": { "name": "LPR Hotlist Alert Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Get Subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.flocksafety.com/api/v3/integrations/lpr/alerts/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get existing LPR hotlist alert webhook subscription by id" }, { "info": { "name": "Delete Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flocksafety.com/api/v3/integrations/lpr/alerts/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete existing LPR hotlist alert webhook subscription by id" }, { "info": { "name": "Get Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.flocksafety.com/api/v3/integrations/lpr/alerts/subscriptions", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get existing LPR hotlist alerts webhook subscriptions" }, { "info": { "name": "Create Subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.flocksafety.com/api/v3/integrations/lpr/alerts/subscriptions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new LPR hotlist alert webhook subscription" }, { "info": { "name": "Update Subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flocksafety.com/api/v3/integrations/lpr/alerts/subscriptions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an existing LPR hotlist alert webhook subscription" } ] } ], "bundled": true }