latestOpenAPI 3.0.12026-08-08175166.0 KB
e93b1cd07aaf
Spend Limits (v1)
Create Spend Limit
Creates a Spend Limit
post/v1/budgets
Headers
Idempotency-Keystring required
Request body
Example request
{
"limit": {
"amount": 700,
"currency": "USD"
}
}Response
The Spend Limit that was created
Example response
{
"limit": {
"amount": 700,
"currency": "USD"
},
"current_period_balance": {
"balance": {
"amount": 700,
"currency": "USD"
}
}
}