Logo
Brex Developer API Documentation

Set limit for the user

POST {{baseUrl}}/v2/users/:id/limit

This endpoint sets the monthly limit for a user. The limit amount must be non-negative. To unset the monthly limit of the user, just set monthly_limit to null.

 

Body PARAM

Key Datatype Required Description 



HEADERS

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




RESPONSES

status OK

{ "monthly_limit": { "amount": -97235336, "currency": "do amet" } }



Curl
curl -X POST 'https://platform.staging.brexapps.com/v2/users/:id/limit' -H 'Idempotency-Key: $guid' -H 'Content-Type: application/json'

ENDPOINTS