v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-3196247792.5 KB
SCA device management

Create a new SCA association for a device

Creates an association between an SCA-enabled device and an entity, such as an account holder. This action does not guarantee the association is immediately ready for use; its status may be pendingApproval if the account holder has existing devices.

post/scaDevices/{deviceId}/scaAssociations

Path parameters

deviceIdstring required

The unique identifier of the SCA device that you are associating with a resource.

Request body

Example request

{
  "entities": [
    {
      "id": "AH9999Z99Z999999ZZZZ9999Z"
    }
  ]
}

Response

Created - Association created.

Example response

{
  "scaAssociations": [
    {
      "scaDeviceId": "BSDR11111111111A1AAA1AAAAA1AA1"
    }
  ]
}