Interface
APIInstanceEndpoints
Endpoint URLs for a Fluxer instance.
Properties
| Name | Type | Description |
|---|---|---|
| admin | string | Base URL for the admin panel. |
| api | string | Base URL for authenticated API requests (origin, no /vN suffix). |
| api_client | string | Base URL for client API requests. |
| api_public | string | Base URL for public API requests. |
| 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. |