FORM

Base URL
Bearer Token
Endpoint
HTTP Method

Kullanıcı adı ve şifre ile giriş yaparak access token alın.

Key‑Value Body
JSON Preview

REQUEST PREVIEW

curl -X 'POST' \
  'https://api.otobee.com.tr/users/login' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "username": "",
  "password": ""
}'

RESPONSE