Dashboard
License activity across all projects.
Keys per project
Total:
Active:
No projects yet.
Projects
Group keys by application. Each key belongs to one project.
| Name | Slug | Description | Keys | |
|---|---|---|---|---|
| No projects. Create one to start issuing keys. | ||||
Keys
License keys across all projects.
| Key | Project | Customer | Status | Activated | Last seen | Expires | |
|---|---|---|---|---|---|---|---|
|
⋯ | ||||||
| No keys match your filter. | |||||||
| Loading… | |||||||
Settings
Change password
Client integration
From any application, POST to /auth:
POST /auth
Content-Type: application/json
{
"key": "your-license-key",
"device_id": "machine-id-hash",
"project": "autofb" // optional but recommended
}
→ 200 OK {"success": true, "customer": "...", "project": "autofb", ...}
→ 4xx {"detail": "Invalid key"}