-
Notifications
You must be signed in to change notification settings - Fork 1
Home
rara64 edited this page Jan 10, 2025
·
6 revisions
List of basic endpoints:
| Endpoint | Description |
|---|---|
GET / |
A way to check if the API works |
GET /usersPOST /users
|
CRUD operations for users GET: List users POST: Create a user (Other methods: PUT, DELETE) |
GET /licensesPOST /licenses
|
CRUD operations for licenses GET: List licenses POST: Create a license (Other methods: PUT, DELETE) |
GET /checksumsPOST /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 |