GPS Webhook Overview

Page content:

The GPS Webhook Service enables customers and partners to receive GPS data in near real-time when a new plot is reported to Reveal from the vehicle tracking unit.

GPS Webhook Service Configuration Requirements

Following information would be required to setup webhook integrations in Reveal in order to consume the webhook services.

 
 
Endpoint

The customer must configure on their side, an exposed endpoint URL from the customer or 3rd party where the pushed data would be sent by Reveal.

  • The URL must be HTTPS compliant as we require a TLS 1.2 or later secure socket layer endpoint.
  • Reveal will not allow for certificate warning.
  • Endpoints should be hosted on Port 443.

Authentication
The endpoint will need to support Basic authentication. We expect a username and password when setting up the webhook integration in Reveal

Content-Type
text/plain; charset=UTF-8

WHAT’S NEXT