---
title: "Get the Discord guild linked to an application"
method: GET
path: "/application/{applicationId}/discord/link"
tags: ["Discord"]
---

# Get the Discord guild linked to an application

`GET /application/{applicationId}/discord/link`

## Path parameters

- `applicationId` number, required

## Response `200`

Default Response

- object
  - `id` string, uuid, required
  - `applicationId` number, required
  - `guildId` string, required
  - `guildName` string, required
  - `botInstalledAt` union, required
    - string, date-time
    - unknown
  - `createdAt` string, date-time, required

---

[API](https://skmtc.dev/gamebeast/apis/gamebeast-api.md) · [All operations](https://skmtc.dev/gamebeast/apis/gamebeast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gamebeast/gamebeast-api/revisions/e9940594b0cc/schema)
