API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/register | Create Account |
| POST | /api/login | User Login |
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/dashboard | Dashboard Information |
| GET | /api/developer-progress | Developer Wizard Progress |
| GET | /api/onboarding | Onboarding Information |
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/api-keys | List API Keys |
| POST | /api/create-api-key | Create API Key |
| GET | /api/api-keys/<id> | Reveal API Key |
| DELETE | /api/api-keys/<id> | Delete API Key |
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/init-payment | Initialize Payment |
| POST | /api/cancel-subscription | Cancel Subscription |
| Method | Endpoint | Description |
|---|---|---|
| GET | /health | Health Check |