Autorisation: ApiKey, legitimationsoplysninger eller OAuth 2.0
Valgmulighed 1: Brug af legitimationsoplysninger
Login-anmodning
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>"}'Login-svar
{
"token": "<token_to_use_in_geopard_api>"
}Valgmulighed 2: OAuth 2.0
Valgmulighed 3: API-nøgle
Last updated
Was this helpful?