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

Тело

code
string
обязательно
Required string length: 6

Ответ

201 - application/json
username
string
обязательно