latestOpenAPI 3.0.12026-08-08175166.0 KB
e93b1cd07aaf
Spend Limits (v1)
Get Spend Limit
Retrieves a Spend Limit by ID
get/v1/budgets/{id}
Path parameters
idstring required
Response
The Spend Limit that was retrieved
Example response
{
"limit": {
"amount": 700,
"currency": "USD"
},
"current_period_balance": {
"balance": {
"amount": 700,
"currency": "USD"
}
}
}