Get member's accounts
Get member’s accounts based on member id. Can include member’s balance in the response.
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The id of the member, max length 36
36Query Parameters
Indicates whether to include active and reserved balance in the response
Indicates whether to filter for specific account type (optional)
If true, will return the expiring balance
If null, will return all accounts. If true, accounts will be filtered by isActive value
Response
OK
Account id
Flag used to mark if the account is active or not
Flag used to mark if the account can consume the balance or not
Type of the account
1Conversion rate
External Id of the account
60Available balance in the account
Reserved balance of the account