Skip to main content
GET
/
api
/
v1
/
costs
/
summary
Error
A valid request URL is required to generate request examples
{
  "user": {
    "this_month": 123,
    "total": 123,
    "budget": 123,
    "by_type": {
      "phaxio_fax": 123,
      "bland_ai_call": 123
    }
  },
  "spending": {
    "current_spend": 123,
    "limit": 123,
    "remaining": 123,
    "percentage_used": 123,
    "unlimited": true,
    "over_limit": true,
    "approaching_limit": true
  },
  "recent_costs": [
    {
      "id": "<string>",
      "action_id": "<string>",
      "amount": 123,
      "breakdown": {
        "pages": 123,
        "direction": "<string>",
        "rate_per_page": 123,
        "minutes_billed": 123,
        "rate_per_minute": 123,
        "duration_seconds": 123
      },
      "cost_type": "<string>",
      "currency": "<string>",
      "denial_id": "<string>",
      "formatted_amount": "<string>",
      "incurred_at": "<string>",
      "provider": "<string>"
    }
  ]
}

Response

200 - application/json

OK

user
object
required
spending
object
required
recent_costs
object[]
required