# Budgets

Endpoints for Budgets data.

## List Budgets

 - [GET /v2/budgets](https://developer.brex.com/openapi/budgets_api/budgets/listspendbudgets.md): Retrieves a list of Budgets

## Create Budget

 - [POST /v2/budgets](https://developer.brex.com/openapi/budgets_api/budgets/createspendbudget.md): Creates a Budget

## Get Budget

 - [GET /v2/budgets/{id}](https://developer.brex.com/openapi/budgets_api/budgets/getspendbudgetbyid.md): Retrieves a Budget by ID

## Update Budget

 - [PUT /v2/budgets/{id}](https://developer.brex.com/openapi/budgets_api/budgets/updatespendbudget.md): Updates a Budget

## Archive a Budget

 - [POST /v2/budgets/{id}/archive](https://developer.brex.com/openapi/budgets_api/budgets/archivespendbudget.md): Archives a Budget, making any Spend Limits beneath it unusable for future expenses and removing it from the UI

