---
title: "Get Overwolf connection"
method: GET
path: "/overwolf/connection"
tags: ["Overwolf"]
---

# Get Overwolf connection

`GET /overwolf/connection`

Returns the authenticated user's Overwolf link status

## Response `200`

Default Response

- object
  - `connection` union, required
    - object
      - `username` union, required
        - string
        - unknown
      - `email` union, required
        - string
        - unknown
      - `offlineAccess` boolean, required
      - `missingScopes` string[], required
      - `linkedProjects` object[], required
        - `applicationId` number, required
        - `applicationName` string, required
        - `launcherName` string, required
        - `experienceName` string, required
    - unknown

---

[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)
