Authentifizierung
Base URL:
https://api.innoloft.com/
Pflicht-Header
Jeder Request benötigt mindestens den appid-Header:
http
appid: {APP_ID}
language: {LANG}Geschützte Endpunkte
Zusätzlich den Authorization-Header:
http
Authorization: Bearer {TOKEN}Bekannte App-IDs
| Plattform | App-ID |
|---|---|
| LoftOS Community | 1285704764 |
| Jena Digital | 412181249 |
Login-Endpunkt
http
POST /login/
Content-Type: application/json
{
"email": "user@example.com",
"password": "..."
}Gibt ein JWT-Token zurück, das als Bearer Token verwendet wird.