Get a list of registered SCA devices

GET {{baseUrl}}/registeredDevices?paymentInstrumentId=paymentInstrumentId_example

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

Request Params

KeyDatatypeRequiredDescription
paymentInstrumentIdstringThe unique identifier of a payment instrument. It limits the returned list to SCA devices associated to this payment instrument.
pageNumbernumberThe index of the page to retrieve. The index of the first page is 0 (zero). Default: 0.
pageSizenumberThe number of items to have on a page. Default: 20. Maximum: 100.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring