Deutschebahn Flinkster
Connector for the deutschebahn-flinkster API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.deutschebahn.com/flinkster-api-ng/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
listareas— GET /areas — List Areas by Criteria.getarea— GET /areas/{areaUID} — Get area by UID.listbookingproposals— GET /bookingproposals — Query for available RentalObjects of a specific viewgetindex— GET /index — Show index.listcategories— GET /providernetworks/{providernetworkUID}/categories — Lists all categoriesgetcategory— GET /providernetworks/{providernetworkUID}/categories/{categoryUID} — Get a Category by UID
Inputs
apiKey— your deutschebahn-flinkster API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: listareas
apiKey: <your key>