Autorizare: ApiKey, Credențiale sau OAuth 2.0
Opțiunea 1: Utilizarea credențialelor
Cerere de autentificare
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>"}'Răspuns la autentificare
{
"token": "<token_de_folosit_in_geopard_api>"
}Opțiunea 2: OAuth 2.0
Opțiunea 3: Cheie API
Last updated
Was this helpful?