Skip to main content
GET
List my wallets
Returns the authenticated member’s wallets. The subject is resolved from the access token, so there is no member ID in the path. Each member has a MEMBERSHIP wallet and a SPENDING wallet, both auto-provisioned on their first OAuth completion.
Tasting note - Wallets are not paginated. The response is a simple { "wallets": [...] } array.
Auth: OAuth access token with the read:wallets scope. A token missing that scope returns 403 with error="insufficient_scope" in the WWW-Authenticate header.

Example

Response