Skip to main content
POST
Share an org wallet with a group (so it funds the group budget)

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"

groupId
string
required
Example:

"grp-abc123"

Response

Envelope { success }

success
boolean
required
Example:

true