Skip to content
rara64 edited this page Jan 10, 2025 · 6 revisions

Welcome to the Software Licensing API wiki!

List of basic endpoints:

Endpoint Description
GET / A way to check if the API works
GET /users
POST /users
CRUD operations for users
GET: List users
POST: Create a user
(Other methods: PUT, DELETE)
GET /licenses
POST /licenses
CRUD operations for licenses
GET: List licenses
POST: Create a license
(Other methods: PUT, DELETE)
GET /checksums
POST /checksums
CRUD operations for checksums
GET: List checksums
POST: Create a checksum
(Other methods: PUT, DELETE)
POST /auth Authentication endpoint
POST /activate Endpoint to activate a software license

Clone this wiki locally