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_idstringRequired
Secret ID.

Query parameters

workspace_idstringRequired
The workspace ID to scope this request to.

Response

Secret value returned successfully.
idstring
secret_namestring
datamap from strings to any

Key-value pairs containing the secret data.

metadatamap from strings to any

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error