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.
Endpoint destination URL
https://balanceplatform-api-test.adyen.com/bcl/v2/registeredDevices
Click to copy
Query Parameters
pageSizeinteger
The number of items to have on a page.
Default: 20. Maximum: 100.
pageNumberinteger
The index of the page to retrieve. The index of the first page is 0 (zero).
Default: 0.
paymentInstrumentIdstringRequired
The unique identifier of a payment instrument. It limits the returned list to SCA devices associated to this payment instrument.
Response parameters
After submitting a call, you receive a response message to inform you that your request was received and processed.
Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.