---
title: "Get active multipass linkings"
method: GET
path: "/multipass/linkings"
tags: ["Multipass Linking", "private"]
---

# Get active multipass linkings

`GET /multipass/linkings`

Given customer_ids, return active linking records of customers

## Query parameters

- `customer_ids[]` string[]
- `cursor` string
- `limit` number

## Response `200`

Success

- MultipassLinkings
  - `result` string — operation result
  - `linkings` MultipassLinking[]
    - `customer_id` string — Unique ID of customer
    - `sub` string — Identifier given in multipass login token payload
    - `status` string — status of linking, active means sub is valid for multipass login
    - `merchant_id` string — Unique ID of merchant
    - `app_id` string — Unique ID from app token payload
    - `updated_at` string — Updated time<br>更新時間
    - `created_at` string — Created time<br>建立時間
  - `next` string — for pagination on next call, return items since this ID

## Other responses

- `422` — Unprocessible params

---

[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/versions/1675ac12cde7/schema)
