SimpleLinks Docs

Misc Actions

Bot- and configuration-facing endpoints. Some require a platform-level token rather than a per-server API key — those are documented separately and not callable from your game plugin.

GETgetConfigorg+guild+serverconfig

Read the current Org / Guild / Server configuration as resolved from the API key. Useful for bootstrap and feature detection.

Response

{
  "org": { "id": 1, "slug": "acme", "tier": "pro" },
  "guild": {
    "discord_guild_id": "123…",
    "verified_role_id": "456…",
    "sync_roles": true,
    "sync_nicknames": true,
    "nickname_prefix": "[Linked] ",
    "steam_group_id": "103…"
  },
  "server": {
    "id": 12,
    "name": "EU Main",
    "role_mapping": { "vip": "vip" }
  }
}