List all wallet shares for all enterprises in an organization

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

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

Path Parameters

  • organizationIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$

Query Parameters

  • enterpriseIdstring
  • walletIdstring

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

401 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

403 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