Get a list of devices associated with an entity
Returns a paginated list of the SCA devices associated with a specific entity.
Query parameters
The type of entity you want to retrieve a list of associations for.
Possible values: accountHolder, legalEntity or paymentInstrument.
The unique identifier of the entity.
The number of items to have on a page.
Default: 5.
The index of the page to retrieve. The index of the first page is 0 (zero).
Default: 0.
Response
OK - The request has succeeded.
Example response
{
"data": [
{
"scaDeviceId": "BSDR11111111111A1AAA1AAAAA1AA1"
}
],
"itemsTotal": 1,
"pagesTotal": 1
}Changes
Changed in 2 of the 51 revisions of this API.12
- ●
added the new
legalEntityenum value to thedata/items/entityTyperesponse property for the response status200response-property-enum-value-added
- ○
added the new enum value
legalEntityto thequeryrequest parameterentityTyperequest-parameter-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
- ○