Skip to content

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

PlattformApp-ID
LoftOS Community1285704764
Jena Digital412181249

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.

LoftOS API-Dokumentation