GreenFlow docs

Interactive sandbox

Livewire UI at /sandbox that drives the real API end-to-end. Use it to prototype without writing a client.

The sandbox runs on production with a seeded demo API key, so every query hits real GDS upstreams and returns real rates. Voucher PDFs are generated by the same job that runs for integrator traffic.

Brand defaults

The sandbox seeds its pickup location from GET /api/v1/sandbox/defaults?brand=N. This route is intentionally unstable and is not part of the public contract — do not depend on it in integrator code.

bash
curl -s "https://greenflow.live/api/v1/sandbox/defaults?brand=11" \
  -H "Authorization: Bearer gfc_7s2wprmy_DWTZRBGBEV6La4dTOoFdMkEhWmWCsXdwc3zVMnqP"
json
{
  "vendor": "LOCALIZA",
  "country": "BR",
  "city": "Sao Paulo",
  "lat": -23.6273,
  "lng": -46.6566,
  "place_uuid": "bdb35d57-fa14-4d04-9f4d-example",
  "place_name": "Congonhas"
}