DevZero Logo
DevZero

Get team spending information

Get team spending information

GET
/teams/{team_id}/spending
/teams/{team_id}/spending

Path Parameters

team_id
Required
string

ID of team

Header Parameters

Authorization
Required
string

Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token

curl -X GET "https://api.devzero.io/backend/v0/teams/string/spending" \
  -H "Authorization: string"

OK

{
  "previous_month_spending": 0,
  "team_monthly_limit": 0,
  "this_month_estimate": 0,
  "this_month_spending": 0,
  "updated_at": "2019-08-24T14:15:22Z"
}