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 marked paired so the owner can issue a follow-up reshare to rebuild key shares.Documentation Index
Fetch the complete documentation index at: https://cobo.com/products/agentic-wallet/manual/llms.txt
Use this file to discover all available pages before exploring further.
Request payload for a human to confirm wallet pairing using a token.
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.