Internal List Organization Wallet Shares

get/api/v2/internal/organization/{organizationId}/walletshares

Internal endpoint to retrieve all wallet shares across all enterprises belonging to a specific organization, grouped by enterprise.

Path Parameters

  • organizationIdstringRequired
    The public ID of the organization to list wallet shares for
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$

Query Parameters

  • enterpriseIdstring
    Optional: Filter results to a specific enterprise within the organization
  • walletIdstring
    Optional: Filter results to a specific wallet within the organization

200 Response

enterprises array[object] required
Enterprise with wallet share information
enterpriseId string required
enterpriseName string
wallets array[object] required
Wallet share information for a specific wallet

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id