Budget-Web-App / OneBudget-api

1 stars 0 forks source link

Add Accounts Endpoint #9

Open michaeldcanady opened 1 year ago

michaeldcanady commented 1 year ago

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