Get Organization Recharge Policy
GET/v1/organizations/{organization_id}/billing/recharge_policy
Get the organization’s recharge configuration: the top-up mode, the fixed and proportional threshold components, and when the current mode took effect.
Get Organization Recharge Policy
curl https://api.nirvanalabs.io/v1/organizations/$ORGANIZATION_ID/billing/recharge_policy \
-H "Authorization: Bearer $NIRVANA_LABS_API_KEY"{
"policy": "automatic",
"policy_args": {
"fixed": "-69125",
"runway_days": "-69125",
"monthly_cap": "-69125"
},
"policy_since": "2026-07-30T12:00:00Z"
}Returns Examples
{
"policy": "automatic",
"policy_args": {
"fixed": "-69125",
"runway_days": "-69125",
"monthly_cap": "-69125"
},
"policy_since": "2026-07-30T12:00:00Z"
}