Skip to main content

getApiKey

Beschreibung: Erstellt oder ruft einen API-Schlüssel für einen Benutzer ab.
Endpunkt: /api
Methode: POST

Parameter:

  • email (string) – E-Mail-Adresse des Benutzers
  • pass (string) – Passwort des Benutzers

Beispielanfrage:

{
    "action": "getApiKey",
    "email": "user@example.com",
    "pass": "password"
}

[Antwortformat und Fehler](https://anleitung.smart-dog.eu/books/api-dokumentation/chapter/antwortformat-und-fehler)