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

Authorizations

Authorization
string
header
required

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

Response

Discord bot status

{ "status": "ok" | "degraded" | "error" } response.

status
string
required
Example:

"ok"