API === This section describes the v1 API of the Device Onboarding application. All of the routes should be prefixed by /v1/. You can explore the API by visiting the yourserver.domain.com/api/v1. Authentication is done with a POST request to /api/v1/auth/login, the JSON response will include an access_token key that includes the token needed for additional requests. Store the token in an Authorization header in the HTTP request. Provided that the value of the token was "123456789", the authentication header should look like this: .. code-block:: json { "Authorization": "Bearer 123456789" } Endpoints --------- .. openapi:: generated/api-v1.yml