Travel API
Travel API endpoints (9 endpoints). Supports both read and write operations.
Travel API
Travel API endpoints (9 endpoints). Supports both read and write operations.
Available Operations:
create- createlist- listupdate- updatedelete- deletegetStatistics- getStatisticsgetCurrentLocation- getCurrentLocationgetNotifications- getNotificationsdismissNotification- dismissNotificationgetTimeline- getTimeline
Authentication
Most endpoints require authentication. See Authentication for details.
Endpoints
Queries
travel.list
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
travel.getStatistics
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
travel.getCurrentLocation
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
travel.getNotifications
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
travel.getTimeline
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
Mutations
travel.create
Type: Mutation (write)
Response
Returns the requested data. See TypeScript types for full response shape.
travel.update
Type: Mutation (write)
Response
Returns the requested data. See TypeScript types for full response shape.
travel.delete
Type: Mutation (write)
Response
Returns the requested data. See TypeScript types for full response shape.
travel.dismissNotification
Type: Mutation (write)
Response
Returns the requested data. See TypeScript types for full response shape.