---
title: "Get installed-app status snapshot"
method: POST
path: "/v3/oauth/installation/status"
tags: ["OAuth"]
---

# Get installed-app status snapshot

`POST /v3/oauth/installation/status`

No OAuth installation scope. OAuth flow endpoint for app-backend installation status lookup.

## Request body

- OAuthInstallationStatusRequest
  - `token` string, required — OAuth access or refresh token reference for installation lookup.
  - `token_type` 'access' | 'refresh', required
  - `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)
