Autorisering: ApiKey, legitimasjon eller OAuth 2.0
Alternativ 1: Bruke legitimasjon
Innloggingsforespørsel
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>"}'Innloggingssvar
{
"token": "<token_to_use_in_geopard_api>"
}Alternativ 2: OAuth 2.0
Alternativ 3: API-nøkkel
Sist oppdatert
Var dette nyttig?