DevelopersAPIReferencemembers
List members
List a wallet's members with the Walletguide REST API. Parameters, response fields, and a playground you can run.
Authorization
bearerAuth Authorization<token>
A Walletguide API key (wg_…) or an OAuth bearer token. Paste the value only. Create a key under Wallet settings → API keys.
In: header
Path Parameters
walletId*string
The wallet row uuid
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/wallets/497f6eca-6276-4993-bfeb-53cbbbba6f08/members"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b", "email": "string", "name": "string", "photoURL": "string", "role": "owner" }]