प्राधिकरण: 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: API कुंजी
Last updated
Was this helpful?