Returns a list of all trip bookings by the authenticated user.
Security
OAuth2(Required scopes: read)
- Mock serverhttps://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/train-travel/openapi/bookings
- Productionhttps://api.example.com/bookings
curl -i -X GET \
https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/train-travel/openapi/bookings \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
- application/json
- application/xml
{ "data": [ { … }, { … } ], "links": { "self": "https://api.example.com/bookings", "next": "https://api.example.com/bookings?page=2" } }