Перейти к основному содержанию
POST
/
v1
/
tenant
/
authenticate
cURL
curl --request POST \
  --url https://api.example.com/v1/tenant/authenticate/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "<string>",
  "password": "<string>"
}
'
{}

Тело

username
string
обязательно
password
string
обязательно

Ответ

200 - application/json

The response is of type object.