It is not possible to restrict access to the application through the REST API using Password Protection. For example, it is not possible to block a user from disabling protection through the REST API. You can configure Password Protection through the REST API and restrict user access to the application through the local interface.
To manage the application through the REST API, you need to run the REST client under the account that you specified when installing the application with REST API support. You can select only one user to work with the REST API.
OPEN THE REST API DOCUMENTATION
Managing the application through the REST API consists of the following steps:
Example:
|
Example:
|
Example:
|
Example:
|
As a result, you get a signed file with the payload of the request (signed_payload.pem
).
signed_payload.pem
).The application applies the new settings and sends a response containing the application configuration results (the response can be empty). You can verify that the settings are updated using a GET request.
Page top