Skip to main content
GET
List the groups a wallet is shared with

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required
Example:

"org-abc123"

id
string
required
Example:

"orw-abc123"

Response

Envelope { success, groupIds: string[] }

success
boolean
required
Example:

true

groupIds
string[]
required

Identifiers of the groups the wallet is shared with

Example: