Register devices for a specific contract.
POST/v1/registerDevices
Creates assets and links them to the contract that matches with the id specified in the externalUserId field.
Assets are never unlinked or deleted through this endpoint.
A successful request returns HTTP 200 and an empty response body. Validation errors are returned when input is malformed or incomplete.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.