---
title: "List Overwolf launchers"
method: GET
path: "/overwolf/launchers"
tags: ["Overwolf"]
---

# List Overwolf launchers

`GET /overwolf/launchers`

Returns the launchers and their experiences from the user's Overwolf account

## Response `200`

Default Response

- object[]
  - `id` string, required
  - `name` string, required
  - `author` string, required
  - `experiences` object[], required
    - `id` number, required
    - `name` string, required
    - `robloxPlaceId` string, 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/801fbad9d8d0/schema)
