Describe the proposed endpoint
In order for users to more easily track their budget it would be helpful to have an accounts endpoint. This allows them to see what accounts they have connected.
Endpoint URL
/accounts
/accounts/{account_id}
HTTP Method
/accounts
GET
POST
/accounts/{account_id}
GET
PUT
DELETE
Describe the proposed endpoint In order for users to more easily track their budget it would be helpful to have an accounts endpoint. This allows them to see what accounts they have connected.
Endpoint URL /accounts /accounts/{account_id}
HTTP Method /accounts GET POST /accounts/{account_id} GET PUT DELETE
Request Parameters N/A
Request Body N/A
Response Structure N/A
Authentication & Authorization JWT Authentication
Examples N/A
Additional context N/A