Overview#

The following URIs will require authentication. The system currently implements a token based authentication system. Every resource under the /v2/ route requires a token property to be set in the HTTP header. A token can be requested from the /v2/login URI.

Note

The requested token will expire in 60 minutes.

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.