Settings APIs
Last updated
Was this helpful?
Base URL: /api/v1/settings
These endpoints allow retrieval and configuration of Guardian system settings, including Hedera operator credentials, environment information, and package version details.
Authentication: All endpoints require a valid JWT Bearer token (Authorization: Bearer <token>). Obtain a token via POST /accounts/login.
POST
/settings
Set Guardian system settings
Yes
GET
/settings
Return current Guardian system settings
Yes
GET
/settings/environment
Return the current Hedera network environment name
Yes
GET
/settings/about
Return Guardian package version information
Yes
Last updated
Was this helpful?
Was this helpful?