-
-
Notifications
You must be signed in to change notification settings - Fork 2
Developers ‐ REST API
Tim Raaymakers edited this page Aug 6, 2024
·
1 revision
Barricade has a REST API that can be used to manage all kinds of information. This includes communities, reports, and bans.
Access to the REST API is only granted on request. Please reach out to Barricade staff and briefly explain what you need to use the API for. Misuse of the API (with or without having been granted access) may lead to permanent removal from Barricade altogether.
All documentation is automatically generated by FastAPI and visualized using both Swagger UI and ReDoc. To view these, run a local clone of the repository, then visit http://localhost:5050/docs or http://localhost:5050/redoc for Swagger UI docs and ReDoc docs respectively.