Interface

APIInstanceEndpoints

Endpoint URLs for a Fluxer instance.

Properties

NameTypeDescription
adminstringBase URL for the admin panel.
apistringFirst-party authenticated API (same configured endpoint as api_client). Third-party clients MUST use api_public for REST, not this field.
api_clientstringFirst-party client API. Same configured endpoint as api.
api_publicstringPublic API for bots, libraries, and other third-party clients.
gatewaystringWebSocket URL for the gateway.
giftstringBase URL for gift links.
invitestringBase URL for invite links.
marketingstringBase URL for the marketing website.
mediastringBase URL for the media proxy (avatars, icons, emojis, etc.).
static_cdnstringBase URL for static assets (default avatars).
webappstringBase URL for the web application.