認証: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
http://localhost:8080
最終更新
役に立ちましたか?