Quick API Reference
# Hyper Precise Location Quick APIs Reference These pages show the methods, schema and components of the Hyper Precise Location APIs. Here is a quick reference of the methods, sorted by functionality: ## Device Management | Method | Description | | ------------------------------------------------------------------------------------------ | ----------------------------------------------- | | [`POST /devices/actions/add`](https://thingspace.verizon.com/documentation/api-documentation.html#/http/specialized-apis/hyper-precise-location/api-endpoints/device-management/add-a-device/api-reference) | Adds devices to an account before service is activated. | ## Device Management for Hyper Precise | Method | Description | | ------------------------------------------------------------------------------------------ | ----------------------------------------------- | | [`GET /devices/services`](https://thingspace.verizon.com/documentation/api-documentation.html#/http/specialized-apis/hyper-precise-location/api-endpoints/device-service-management-for-hyper-precise/get-service-status/api-reference) | Shows device status for Hyper Precise Location. | | [`PUT /devices/services`](https://thingspace.verizon.com/documentation/api-documentation.html#/http/specialized-apis/hyper-precise-location/api-endpoints/device-service-management-for-hyper-precise/update-service-status/api-reference) | Enable/disable Hyper Precise Location. | ## Reports for Hyper Precise Location Feature Usage | Method | Description | | -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | | [`POST /report/aggregate`](https://thingspace.verizon.com/documentation/api-documentation.html#/http/specialized-apis/hyper-precise-location/api-endpoints/device-reports-for-hyper-precise-feature-usage/aggregate-usage-report-synchronous/api-reference) | An aggregated sessions and usage report for a user specified selection of devices and date range (synchronous). | | [`POST /report/asynch/aggregate`](https://thingspace.verizon.com/documentation/api-documentation.html#/http/specialized-apis/hyper-precise-location/api-endpoints/device-reports-for-hyper-precise-feature-usage/aggregate-usage-report-asynchronous/api-reference) | An aggregated asynchronous sessions and usage report for a user specified selection of devices and date range. | | [`POST /report/sessions`](https://thingspace.verizon.com/documentation/api-documentation.html#/http/specialized-apis/hyper-precise-location/api-endpoints/device-reports-for-hyper-precise-feature-usage/session-usage-report/api-reference) | A daily usage report for a single device for a specified date range (up to 180 days). | ## Callback Listeners | Method | Description | | ------------------------------------------------------------------------------------- | ---------------------------------------- | | [`GET /callbacks`](https://thingspace.verizon.com/documentation/api-documentation.html#/http/specialized-apis/hyper-precise-location/api-endpoints/hyper-precise-location-callbacks/get-registered-callbacks/api-reference) | Get registered callback listeners. | | [`POST /callbacks`](https://thingspace.verizon.com/documentation/api-documentation.html#/http/specialized-apis/hyper-precise-location/api-endpoints/hyper-precise-location-callbacks/register-a-callback-listener/api-reference) | Register a callback listener. | | [`DELETE /callbacks`](https://thingspace.verizon.com/documentation/api-documentation.html#/http/specialized-apis/hyper-precise-location/api-endpoints/hyper-precise-location-callbacks/deregister-a-callback-listener/api-reference) | Deregister (delete) a callback listener. | ## Device Credential Management | Method | Description | | ------------------------------------------------------------------------------------- | ---------------------------------------- | | [`POST /credentials/retrieve`](https://thingspace.verizon.com/documentation/api-documentation.html#/http/specialized-apis/hyper-precise-location/api-endpoints/manage-device-credentials/retrieve-credentials/api-reference) | Retrieves the credentials assigned. | | [`POST /credentials/generate`](https://thingspace.verizon.com/documentation/api-documentation.html#/http/specialized-apis/hyper-precise-location/api-endpoints/manage-device-credentials/generate-credentials/api-reference) | Generates credentials for a device. | | [`POST /credentials/reset`](https://thingspace.verizon.com/documentation/api-documentation.html#/http/specialized-apis/hyper-precise-location/api-endpoints/manage-device-credentials/reset-credentials/api-reference) | Forces a reset of assigned credentials. | | [`POST /credentials/drop`](https://thingspace.verizon.com/documentation/api-documentation.html#/http/specialized-apis/hyper-precise-location/api-endpoints/manage-device-credentials/drop-credentials/api-reference) | Drops (removes) credentials from a device. |