Skip to main content

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: Required

Get Account reads the same kind of object by account id alone.

Path Parameters

idnumberRequired

The member.

account_idnumberRequired

The 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.