The Public Safety Answering Points (PSAP) by Location service accepts a single location coordinate (latitude & longitude) as input 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, for local Public Safety Answering Points (PSAP). This is a POST offering for PSAP By Location service.
This section describes how to use PSAP By Location service. You may want to try it out with a FreeTrial Account.
This method will consume credits.
HTTP Request
-
URL Composition
- Base URL: https://api.cloud.precisely.com
- PSAP By Location service :/v1/emergency-info/psap/location
- Supported Methods: POST only
- Rate Limit (Transactions per second): 200
-
Input Fields Each request to the API service requires parameters listed
below.
Pass the user token in the header.
"location": { "coordinates": [ -104.958246, 39.731201 ] } }
Note: The location is mandatory.
| Parameter | Description |
|---|---|
location
|
Location consists below: Coordinates: Location Coordinates i.e., Longitude and Latitude of the
Location. (WGS 84 datum/EPSG:4326 coordinate
system)
|