---
title: "Get a list of registered SCA devices"
method: GET
path: "/registeredDevices"
tags: ["Manage SCA devices"]
---

# Get a list of registered SCA devices

`GET /registeredDevices`

Get a paginated list of the SCA devices you have currently registered for a specific payment instrument.

## Query parameters

- `paymentInstrumentId` string, required
- `pageNumber` integer
- `pageSize` integer

## Response `200`

OK - the request has succeeded.

- SearchRegisteredDevicesResponse
  - `data` Device[] — Contains a list of registered SCA devices and their corresponding details.
    - `id` string — The unique identifier of the SCA device.
    - `name` string — The name of the SCA device. You can show this name to your user to help them identify the device.
    - `paymentInstrumentId` string — The unique identifier of the payment instrument that is associated with the SCA device.
    - `type` 'ios' | 'android' | 'browser' — The type of device. Possible values: **ios**, **android**, **browser**.
  - `itemsTotal` integer — The total amount of registered SCA devices that match the query parameters.
  - `link` Link
    - `first` Href
      - `href` string
    - `last` Href
      - `href` string
    - `next` Href
      - `href` string
    - `previous` Href
      - `href` string
    - `self` Href
      - `href` string
  - `pagesTotal` integer — The total amount of list pages.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.net/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.net/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
