Receive My Signals Webhook (1.0)

Download OpenAPI specification:

Signal Received

VEROO will call this endpoint to push signals to you as it receives them.

Authorizations:
basicAuth
Request Body schema: application/json
Array
latitude
required
number <double> [ -90 .. 90 ]
longitude
required
number <double> [ -180 .. 180 ]
licensePlate
required
string^[^ -]+$

The license plate of the truck which sent the signal.

positionTimestamp
required
string <date-time>

The time at which the signal was recorded by the telematics device.

ownerId
required
string

The VEROO id of the owner of this signal.

ownerReferenceId
string

The identifier you associate to the owner of this signal. Undefined if you did not associate such an id to the owner of this signal.

userMetadata
object

An arbitrary object that was attached to this signal by the sender when it was received by VEROO at the Send My Signals service.

providerMetadata
object

An object that contains additional signal data from the telematics provider.

object

Responses

Request samples

Content type
application/json
[
  • {
    }
]