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

# Link launcher connection

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

Links an Overwolf launcher experience to this project. Verifies ownership via the Overwolf API.

## Path parameters

- `applicationId` number, required

## Request body

- object
  - `extensionId` string, required
  - `experienceId` number, required

## Response `201`

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)
