Create Machine Onboarding Request
POST/onboardings
Create Machine Onboarding Request
Request
Responses
- 201
- 400
- 403
- 500
Onboarding request successfully created - Reply includes a link to the https://developers.trackunit.com/reference/getevents API including a serial number for the requested unit.The onboarding process is not completed until you have received event(s) from this event API.
Bad Request, covers everything from syntax checking to validating mandatory fields, and data values being valid - the message body in the response will typically contain information about which parameters are missing or having invalid values
Invalid or no Bearer token provided in Authorization header
Internal Server Error