Autorisatie: ApiKey, referenties of OAuth 2.0
Optie 1: Gebruik van referenties
Login-verzoek
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-antwoord
{
"token": "<token_to_use_in_geopard_api>"
}Optie 2: OAuth 2.0
Optie 3: API-sleutel
Laatst bijgewerkt
Was dit nuttig?