---
title: "Get Multipass Secret"
method: GET
path: "/multipass/secret"
tags: ["Multipass Secret", "private"]
---

# Get Multipass Secret

`GET /multipass/secret`

## Response `200`

OK

- MultipassSecret
  - `merchant_id` string — Merchant ID
  - `app_id` string — App ID (nullable)
  - `secret` string — Multipass Secret
  - `status` 'active' | 'draft' — Secret Status<br>- active<br>- draft (inactive)<br>
  - `updated_at` string — Secret last updated time
  - `created_at` string — Secret created time

## Other responses

- `404` — Not found error

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
