---
title: "Exchange an installed-app dashboard launch token"
method: POST
path: "/v3/oauth/installation/launch-token/exchange"
tags: ["OAuth"]
---

# Exchange an installed-app dashboard launch token

`POST /v3/oauth/installation/launch-token/exchange`

No OAuth installation scope. OAuth flow endpoint for exchanging a one-time Manage launch token for an installed-app status snapshot.

## Request body

- OAuthInstallationLaunchTokenExchangeRequest
  - `launch_token` string, required — Opaque one-time launch token from the Scalev dashboard Manage URL.
  - `client_id` string, required
  - `client_secret` string, required

## Response `200`

OAuth installation status snapshot

- OAuthInstallationStatusResponseBody
  - `authorized_business_id` integer, required
  - `client_id` string, required
  - `is_active` boolean, required
  - `is_enabled` boolean, required
  - `granted_scopes` string[], required
  - `webhook_status` 'active' | 'inactive', required
  - `granted_webhook_events` string[], required
  - `approved_billing_tags` OAuthInstallationStatusBillingTag[], required
    - `billing_tag_id` string, uuid, required
    - `tag_code` string, required
    - `label` string, required
    - `price` integer, required
    - `currency` string, required
    - `action_key` string, required
  - `application` OAuthInstallationStatusApplication
    - `name` string, nullable
  - `manage_launch_available` boolean
  - `updated_at` string, date-time

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/revisions/730030bd6477/schema)
