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.
The unique identifier of the SCA device that you are associating with a resource.
The list of entities to be associated.
After submitting a call, you receive a response message to inform you that your request was received and processed.
Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
HTTP Responses
201 - Created
Association created.
400 - Bad Request
The request contains invalid input and fails validation.
401 - Unauthorized
Authentication required.
403 - Forbidden
Insufficient permissions to process the request.
404 - Not Found
Device not found.
422 - Unprocessable Entity
A request validation error.
500 - Internal Server Error
The server could not process the request.