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"
    }
  ]
}

Changes

Changed in 2 of the 51 revisions of this API.12

  • v2a4fab1c7333b11See the full diff
    • added the new legalEntity enum value to the scaAssociations/items/entityType response property for the response status 201

      response-property-enum-value-added

    • added the new legalEntity enum value to the request property entities/items/type

      request-property-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