DevZero Logo

DevZero

Get team spending information

Get team spending information

GET
/teams/{team_id}/spending

Path Parameters

team_idstring

ID of team

Header Parameters

Authorizationstring

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

Response Body

curl -X GET "https://api.devzero.io/backend/v0/teams/string/spending" \
  -H "Authorization: string"
{
  "previous_month_spending": 0,
  "team_monthly_limit": 0,
  "this_month_estimate": 0,
  "this_month_spending": 0,
  "updated_at": "2019-08-24T14:15:22Z"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}