Autorisierung: ApiKey, Anmeldedaten oder OAuth 2.0
Option 1: Verwendung von Zugangsdaten
Login-Anfrage
curl --location --request POST 'https://api.geopard.tech/login' \
--header 'Content-Type: application/json' \
--header 'Content-Type: text/plain' \
--data-raw '{"username":"<email_address>","password":"<password>"}'Login-Antwort
{
"token": "<token_to_use_in_geopard_api>"
}Option 2: OAuth 2.0
Option 3: API-Schlüssel
Zuletzt aktualisiert
War das hilfreich?