Skip to main content
POST
/
auth
/
login
Auth:Database.Login
curl --request POST \
  --url https://api.example.com/auth/login \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'username=<string>' \
  --data 'password=<string>' \
  --data 'grant_type=<string>' \
  --data scope= \
  --data 'client_id=<string>' \
  --data 'client_secret=<string>'

Body

application/x-www-form-urlencoded
username
string
required
password
string
required
grant_type
string | null
scope
string
default:""
client_id
string | null
client_secret
string | null

Response

Successful Response