---
title: "Get a list of devices associated with an entity"
method: GET
path: "/scaAssociations"
tags: ["SCA association management"]
---

# Get a list of devices associated with an entity

`GET /scaAssociations`

Returns a paginated list of the SCA devices associated with a specific entity.

## Query parameters

- `entityType` 'accountHolder' | 'legalEntity' | 'paymentInstrument', required
- `entityId` string, required
- `pageSize` integer, required
- `pageNumber` integer, required

## Response `200`

OK - The request has succeeded.

- ListAssociationsResponse
  - `_links` Link, required
    - `first` Href
      - `href` string
    - `last` Href
      - `href` string
    - `next` Href
      - `href` string
    - `previous` Href
      - `href` string
    - `self` Href
      - `href` string
  - `data` AssociationListing[], required — Contains a list of associations and their corresponding details.
    - `createdAt` string, date-time, required — The date and time when the association was created.
    - `entityId` string, required — The unique identifier of the entity.
    - `entityType` 'accountHolder' | 'legalEntity' | 'paymentInstrument', required
    - `scaDeviceId` string, required — The unique identifier of the SCA device.
    - `scaDeviceName` string — The human-readable name for the SCA device that was registered.
    - `scaDeviceType` 'browser' | 'ios' | 'android', required
    - `status` 'pendingApproval' | 'active', required
  - `itemsTotal` integer, required — The total number of items available.
  - `pagesTotal` integer, required — The total number of pages available.

## Other responses

- `400` — Bad request - The request contains invalid input and fails validation.
- `401` — Unauthorized - Authentication required.
- `403` — Forbidden - Insufficient permissions to process the request.
- `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)
