{ "opencollection": "1.0.0", "info": { "name": "Precisely APIs Psap API", "version": "18.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Psap", "type": "folder" }, "items": [ { "info": { "name": "PSAP By Location.", "type": "http" }, "http": { "method": "GET", "url": "https://api.precisely.com/911/v1/psap/bylocation", "params": [ { "name": "longitude", "value": "", "type": "query", "description": "Longitude of the location." }, { "name": "latitude", "value": "", "type": "query", "description": "Latitude of the location." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Accepts latitude & longitude as input and Returns contact details for local Public Safety Answering Points (PSAP). 911/PSAP accepts a location coordinate and returns the relevant PSAP address and contact details including dispatch name, phone number, county name, coverage, contact person's details, site details and mailing address." }, { "info": { "name": "PSAP By Address.", "type": "http" }, "http": { "method": "GET", "url": "https://api.precisely.com/911/v1/psap/byaddress", "params": [ { "name": "address", "value": "", "type": "query", "description": "The address to be searched." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Accepts addresses as input and Returns contact details for local Public Safety Answering Points (PSAP). 911/PSAP accepts an address as input and returns the relevant PSAP address and contact details including agency name, phone number, county name, coverage, contact person's details, site details and mailing address." } ] } ], "bundled": true }