| Query Type | Endpoint | HTTP Method |
|---|---|---|
| Vessel Speed Anomaly Push | Configure Data Receiving URL in the Dashboard | Post |
curl --location --request POST ''{
"data": {
"mmsi": 0,
"imo": 0,
"call_sign": "string",
"ship_name": "string",
"event_type": 0,
"lng": 0,
"lat": 0,
"navistat": 0,
"event_time": 0
}
}