Security
The REST API supports the following security mechanisms:
Token-based Authentication
Ensures that only authorized clients can perform read or write operations on supported entities.
Clients must obtain and include an access token with each request.
Transport Layer Security (TLS)
Provides encrypted communication between clients and the REST API service.
TLS ensures data confidentiality and integrity by preventing eavesdropping or tampering.
Restrict by IP Address
Access to the REST API can be limited to specific IP ranges.
This is configured in the Server Management Console under REST API security settings.