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

Тело

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

Ответ

200 - application/json

The response is of type object.