Logo
Brex Developer API Documentation

CreateBudget

POST https://platform-api-pre-936c29f4.brexhq.dev/v1/budgets/

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Idempotency-Key
string
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://platform-api-pre-936c29f4.brexhq.dev/v1/budgets/' -H 'Idempotency-Key: $guid' -H 'Content-Type: application/json' -d '{"name":"foo","description":"bar","period_type":"ONE_TIME","limit":{"amount":"10","currency":"USD"},"limit_type":"SOFT","spend_type":"NON_BUDGET_PROVISIONED_CARDS_ALLOWED","limit_visibility":"SHARED","parent_budget_id":"budget_cl95yfz11001a0i10uxce6apt"}'

ENDPOINTS