Skip to main content
GET
/
cabinet
/
info
/
service
Get Service Info
curl --request GET \
  --url http://localhost:8080/cabinet/info/service
{
  "name": "<string>",
  "description": "<string>",
  "support_email": "<string>",
  "support_telegram": "<string>",
  "website": "<string>"
}

Response

200 - application/json

Successful Response

General service info.

name
string
required
description
string | null
support_email
string | null
support_telegram
string | null
website
string | null