---
title: "Fetch encrypted vault bundle for client-side decryption"
method: GET
path: "/api/v1/vault/unlock"
tags: ["Vault"]
---

# Fetch encrypted vault bundle for client-side decryption

`GET /api/v1/vault/unlock`

## Query parameters

- `auth_hash` string, nullable

## Response `200`

Successful Response

- VaultUnlockResponse
  - `wrapped_org_encryption_key` string, nullable
  - `wrapped_org_encryption_keys` WrappedKeyEntry[], nullable
    - `id` string, uuid, required
    - `auth_hash` string, required
    - `wrapped_org_encryption_key` string, required
  - `encrypted_secrets` VaultSecretDetailResponse[], required
    - `id` string, uuid, required
    - `name` string, required
    - `description` string, nullable, required
    - `secret_type` 'api_key' | 'key_pair' | 'login' | 'ssh_key' | 'other', required
    - `access` VaultSecretAccessResponse[]
      - `id` string, uuid, required
      - `vault_secret_id` string, uuid, required
      - `identity_id` string, uuid, required
      - `created_at` string, date-time, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `encrypted_payload` string, required

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

[API](https://skmtc.dev/inkbox/apis/inkbox-api.md) · [All operations](https://skmtc.dev/inkbox/apis/inkbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inkbox/inkbox-api/revisions/31f357e7e6f8/schema)
