Yetkilendirme: ApiKey, Kimlik Bilgileri veya OAuth 2.0
Seçenek 1: Kimlik Bilgileri Kullanımı
Giriş İsteği
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>"}'Giriş Yanıtı
{
"token": "<token_to_use_in_geopard_api>"
}Seçenek 2: OAuth 2.0
Seçenek 3: API Anahtarı
Last updated
Was this helpful?