Autoryzacja: ApiKey, poświadczenia lub OAuth 2.0
Opcja 1: Użycie poświadczeń
Żądanie logowania
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>"}'Odpowiedź na logowanie
{
"token": "<token_to_use_in_geopard_api>"
}Opcja 2: OAuth 2.0
Opcja 3: Klucz API
Last updated
Was this helpful?