Export Trip API
Explore how to export a trip with our Trip API
Export Trip
GET
https://api.roam.ai/v2/trips/:id/export
Export the trip summary of the given trip id as gpx/json/csv/geojson file.
Path Parameters
Name
Type
Description
id*
String
Exports the trip summary with the given ID.
Query Parameters
Name
Type
Description
format*
String
Export type as csv/gpx/json/geojson
eg: gpx
Headers
Name
Type
Description
Authorization*
String
Bearer <API-KEY>
Example
Last updated