# Spend Limits (v1)

Endpoints for Spend Limits data. Please note that /v1/budgets targets spend limits, and will soon be deprecated in favor of /v2/spend_limits.

## List Spend Limits

 - [GET /v1/budgets](https://developer.brex.com/openapi/budgets_api/spend-limits-(v1)/listbudgets.md): Lists Spend Limits belonging to this account

## Create Spend Limit

 - [POST /v1/budgets](https://developer.brex.com/openapi/budgets_api/spend-limits-(v1)/createbudget.md): Creates a Spend Limit

## Get Spend Limit

 - [GET /v1/budgets/{id}](https://developer.brex.com/openapi/budgets_api/spend-limits-(v1)/getbudgetbyid.md): Retrieves a Spend Limit by ID

## Update Spend Limit

 - [PUT /v1/budgets/{id}](https://developer.brex.com/openapi/budgets_api/spend-limits-(v1)/updatebudget.md): Updates a Spend Limit

## Archive a Spend Limit

 - [POST /v1/budgets/{id}/archive](https://developer.brex.com/openapi/budgets_api/spend-limits-(v1)/archivebudget.md): Archives a Spend Limit, making it unusable for future expenses and removing it from the UI

