Skip to main content
GET
/
api
/
bot
/
notification-config
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/bot/notification-config \
  --header 'Authorization: Bearer <token>'
{
  "config": {}
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Notification configuration

Notification config payload (free-form for forward compatibility).

config
object
required