Get secret value
Gets the latest value for a secret. Requires scope: secret-store.read.
Authentication
AuthorizationBearer
IBEE platform API token, for example: ibee_live_xxx.
Path parameters
secret_id
Secret ID.
Query parameters
workspace_id
The workspace ID to scope this request to.
Response
Secret value returned successfully.
id
secret_name
data
Key-value pairs containing the secret data.
metadata
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
