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.
EdDSA-signed JWT obtained via OAuth 2.1 client_credentials or CIBA
Default Response
One of: pending, approved, denied, expired, consumed
Base64-encoded encrypted payload. Present (non-null) only on the first poll after approval, when status transitions to "consumed". Null otherwise.