Skip to main content
GET
/
api
/
realtime
/
config
Get Realtime Config
curl --request GET \
  --url https://api.example.com/api/realtime/config \
  --header 'Authorization: Bearer <token>'
{
  "retentionDays": null
}

Documentation Index

Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Realtime configuration

retentionDays
integer | null
required

Number of days messages are retained. Null means messages are kept indefinitely.

Required range: x >= 1
Example:

null