Download OpenAPI specification:
VEROO will call this endpoint to push signals to you as it receives them.
| 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 |
[- {
- "latitude": 16.403967,
- "longitude": 48.225259,
- "licensePlate": "WU764GB",
- "positionTimestamp": "2019-08-24T14:15:22Z",
- "ownerId": "string",
- "ownerReferenceId": "string",
- "userMetadata": { },
- "providerMetadata": { },
- "signalSource": {
- "signalSourceId": "d25d0957-1b02-4ebf-80af-e86a5ecfc34f",
- "brandId": "0e9bcbb3-096e-49f9-aeea-7a13a201eff5"
}
}
]