GET
/
workflows
/
vault
List vault secrets
curl --request GET \
  --url https://v1.api.altostrat.io/workflows/vault \
  --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"
  }
]

Authorizations

Authorization
string
header
required

Enter the JWT token.

Response

200 - application/json

A list of vault secrets.

The response is of type object[].