Skip to main content
GET
/
api
/
internal
/
bolt
/
org
/
spend
Get Org Spend
curl --request GET \
  --url https://app.datafold.com/api/internal/bolt/org/spend \
  --header 'Authorization: <api-key>'
{
  "daily_cap_usd": 123,
  "daily_spend_usd": 123,
  "enforced": true,
  "monthly_cap_usd": 123,
  "monthly_spend_usd": 123
}

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key '

Response

200 - application/json

Successful Response

daily_cap_usd
required
daily_spend_usd
required
enforced
boolean
required
monthly_cap_usd
required
monthly_spend_usd
required