Get Member Account
Reads a single account of a single member. Both ids are in the path, so the account is resolved within that member rather than globally.
GET
/api/members/{id}/accounts/{account_id}Auth: RequiredGet Account reads the same kind of object by account id alone.
Path Parameters
idnumberRequiredThe member.
account_idnumberRequiredThe account of that member.
Response
In progress
The response fields for this endpoint are still being written up. Until then, the Swagger UI lets you run the call and see the actual response.