Interface
APIInstanceEndpoints
Endpoint URLs for a Fluxer instance.
Properties
| Name | Type | Description |
|---|---|---|
| admin | string | Base URL for the admin panel. |
| api | string | First-party authenticated API (same configured endpoint as api_client). Third-party clients MUST use api_public for REST, not this field. |
| api_client | string | First-party client API. Same configured endpoint as api. |
| api_public | string | Public API for bots, libraries, and other third-party clients. |
| gateway | string | WebSocket URL for the gateway. |
| gift | string | Base URL for gift links. |
| invite | string | Base URL for invite links. |
| marketing | string | Base URL for the marketing website. |
| media | string | Base URL for the media proxy (avatars, icons, emojis, etc.). |
| static_cdn | string | Base URL for static assets (default avatars). |
| webapp | string | Base URL for the web application. |