Skip to content

Instantly share code, notes, and snippets.

@agraebe
Created September 29, 2019 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agraebe/d1920ca9682b4446f1701b7060d953fa to your computer and use it in GitHub Desktop.
Save agraebe/d1920ca9682b4446f1701b7060d953fa to your computer and use it in GitHub Desktop.
Trip webhook payload for geofence enter
{
"created_at": "2019-07-01T14:00:00.000000Z",
"data": {
"value": "geofence_enter",
"trip_id": "123E4567-E89B-12D3-A456-426655440000",
"trip_metadata": { "workerId": "123" },
"geofence_metadata": { "clientId": "abc" }
},
"device_id": "00112233-4455-6677-8899-AABBCCDDEEFF",
"type": "trip",
"version": "2.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment