Skip to main content
POST
/
discovery
/
guilds
/
{guild_id}
/
join
Join a discoverable guild
curl --request POST \
  --url https://api.fluxer.app/v1/discovery/guilds/{guild_id}/join \
  --header 'Authorization: <api-key>'
{
  "code": "ACCESS_DENIED",
  "message": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "code": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

User session token from login: Authorization: <token> (no prefix). Prefer a bot account over user tokens where possible.

Path Parameters

guild_id
string<snowflake>
required

The ID of the guild

Response

No Content