Overview ----------- The following URIs will require authentication. The system currently implements a token based authentication system. Every resource under thev2route requires a token property to be set in the http header. A token can be requested from the ``/v2/login`` URI. .. tabularcolumns:: |p{4.5cm}|p{10.5cm}| +---------------------+-----------------------------------+ | Resource | Description | +---------------------+-----------------------------------+ | ``/v2/login`` | Use this resource to request a | | | token. | +---------------------+-----------------------------------+ | ``/v2/lxt_updates`` | Use this resouces to manage | | | software updates for the product. | +---------------------+-----------------------------------+ | ``/v2/users`` | Use this resource to GET, POST, | | | PUT, DELETE users. | +---------------------+-----------------------------------+