Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 615 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 615 Bytes

Kill Bill Swagger documentation

Swagger UI is available within Kill Bill at http://127.0.0.1:8080/api.html. We also provide a public instance at https://killbill.io/api/ but it may not reflect the latest version (or the one you are running).

Static file is also provided here for convenience (it can be used to integrate with other tools like Postman for example).

Build

To regenerate the Swagger file, start Kill Bill then run:

curl "http://127.0.0.1:8080/swagger.json" | jq . > $PWD/file/swagger.json