---
title: "Get launcher connection"
method: GET
path: "/application/{applicationId}/overwolf/launcher-connection"
tags: ["Overwolf"]
---

# Get launcher connection

`GET /application/{applicationId}/overwolf/launcher-connection`

Returns the current Overwolf launcher connection for this project

## Path parameters

- `applicationId` number, required

## Response `200`

Default Response

- object
  - `connection` union, required
    - object
      - `extensionId` string, required
      - `experienceId` number, required
      - `launcherName` string, required
      - `experienceName` string, required
      - `linkedBy` object, required
        - `username` union, required
          - string
          - unknown
        - `email` union, required
          - string
          - unknown
      - `createdAt` 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)
