Skip to content

Latest commit

 

History

History
 
 

swagger

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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