التخويل: ApiKey أو بيانات الاعتماد أو OAuth 2.0
الخيار 1: استخدام بيانات الاعتماد
طلب تسجيل الدخول
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>"}'استجابة تسجيل الدخول
{
"token": "<token_to_use_in_geopard_api>"
}الخيار 2: OAuth 2.0
الخيار 3: مفتاح واجهة برمجة التطبيقات
Last updated
Was this helpful?