Авторизація: 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
Варіант 3: API Key
Last updated
Was this helpful?