Attach telematics device
POST/v1/assets/:assetId/telematics-devices
This API request can be used to create a bluetooth telematics device and attach it to an existing asset.
Currently only one bluetooth telematics device can be attached to the asset.
To be able to call the service a valid token is required. To get a token follow this guide : How to obtain a token
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Telematics device was successfully attached.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error