latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-2016096.3 KB

304d4d4d93c7

Vault

Get Vault Access Status

Poll the status of a vault access request. Returns status "pending" until the user approves on their mobile device. When status becomes "approved", the e2eeCiphertext field contains the base64-encoded encrypted payload.

get/v1/vault/access/{id}

Path parameters

idstring uuid required

Response

Default Response

idstring required
statusstring required

One of: pending, approved, denied, expired, consumed

e2eeCiphertextstring nullable required

Base64-encoded encrypted payload. Present (non-null) only on the first poll after approval, when status transitions to "consumed". Null otherwise.

expiresAtstring date-time required