Skip to content

API Docs

Alex Reichert edited this page Sep 21, 2020 · 2 revisions

Work in progress

To see the latest updates to our Swagger API docs, visit https://app.papercups.io/api/swagger/index.html

Documentation for the API is available via Swagger/OpenAPI. The best way to access them at the moment is to run the following in your dev environment:

mix phx.swagger.generate 

This will generate a file which can be found at priv/static/swagger.json.

Once this is generated, you can view the Swagger UI at http://localhost:4000/api/swagger/index.html

Clone this wiki locally