User

API for user applications

Lists all existing user applications

get
/user/application/list

Lists all existing user applications.

Authorizations
AuthorizationstringRequired

Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"

Responses
200

Successful operation

application/json
get
/user/application/list
200

Successful operation

Creates a new application

post
/user/application/create

Creates a new application.

Authorizations
AuthorizationstringRequired

Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"

Body
Responses
200

Successful operation

application/json
post
/user/application/create
200

Successful operation

Updates an existing application

post
/user/application/update

Updates an existing application.

Authorizations
AuthorizationstringRequired

Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"

Body
Responses
200

Successful operation

application/json
post
/user/application/update

Deletes a specified application by its unique identifier

post
/user/application/delete

Deletes a specified application by its unique identifier.

Authorizations
AuthorizationstringRequired

Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"

Query parameters
application_idintegerRequired

Application's id to delete.

Responses
200

Successful operation

application/json
post
/user/application/delete

Toggles application visibility in the side menu

post
/user/application/enabled/set

Toggles application visibility in the side menu.

Authorizations
AuthorizationstringRequired

Enter an API key with the "NVX: " prefix, e.g. "NVX 123456abcdefg"

Query parameters
application_idintegerRequired

Application's id to update.

enabledbooleanRequired

State to set.

Responses
200

Successful operation

application/json
post
/user/application/enabled/set

Last updated

Was this helpful?