Retrieves metadata for a single secret. The secret value is never returned.
cURL
curl --request GET \ --url https://v1.api.altostrat.io/workflows/vault/{vaultId} \ --header 'Authorization: Bearer <token>'
{ "id": "vlt_a1b2c3d4e5f6g7h8", "name": "Stripe API Key", "created_at": "2023-11-07T05:31:56Z", "expires_at": "2023-11-07T05:31:56Z" }
Enter the JWT token.
The prefixed ID of the vault secret (e.g., vlt_...).
vlt_...
The secret's metadata.
The response is of type object.
object
Was this page helpful?