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.
Path parameters
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
- ●
added the new
legalEntityenum value to thescaAssociations/items/entityTyperesponse property for the response status201response-property-enum-value-added
- ○
added the new
legalEntityenum value to the request propertyentities/items/typerequest-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
- ○