Secret
Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
tenantIdstringRequired
Responses
200
List of all secret keys
string[]Optional
401
Not authorized
500
Internal server error while retrieving secrets
get
/api/{tenantId}/secretsRequired scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
keystringRequired
Secret key.
tenantIdstringRequired
Responses
200
Secret value retrieved
stringOptional
401
Not authorized
404
Secret not found
500
Internal server error while retrieving secret
get
/api/{tenantId}/secrets/{key}Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
keystringRequired
Secret key (validated for allowed characters).
tenantIdstringRequired
Body
valuestring · nullableRequired
Secret value to store.
Responses
204
Secret created or updated successfully
400
Invalid secret key format
401
Not authorized
500
Internal server error while storing secret
put
/api/{tenantId}/secrets/{key}No content
Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
keystringRequired
Secret key (validated for allowed characters).
tenantIdstringRequired
Responses
204
Secret deleted successfully
400
Invalid secret key format
401
Not authorized
500
Internal server error while deleting secret
delete
/api/{tenantId}/secrets/{key}No content
Last updated

