Confirm wallet pairing
Wallets
Confirm wallet pairing
This operation allows a human principal to confirm a pair / restore claim using the 8-digit code generated by the Initiate wallet pairing operation. The backend resolves the token’s purpose from the matching claim row:
pair: first-time bind — transfers wallet/vault/pact/delegation/policy ownership from the agent to the human and provisions the agent (full-access scopes, no longer temporary).restore: same-principal share rebuild — the caller must be the current wallet owner; ownership is unchanged. The pair row is markedpairedso the owner can issue a follow-up reshare to rebuild key shares.
POST
Confirm wallet pairing
Headers
Body
application/json
Request payload for a human to confirm wallet pairing using a token.
Response
Successful Response
Wallet pairing response payload.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.